#bfffbf hex color code descriptions: vivid green. #bfffbf color hex could be obtained by blending #ffffff with #7fff7f . Closest websafe color is: #ccffcc.
#bfffbf color RGB value is (191,255,191)
#bfffbf color CMYK value
#bfffbf color HSL value
HSV(or HSB) | 120° | 25.1 | 100 |
XYZ | 66.65 | 86.358 | 62.446 |
Yxy | 0.309 | 0.401 | 86.358 |
LAB | 94.465 | -31.931 | 24.29 |
LUV | 94.465 | -31.645 | 40.9 |
Hunter-LAB | 92.929 | -34.603 | 25.209 |
CIE-LCH | 94.465 | 40.12 | 142.74 |
Base | Red | Green | Blue |
---|---|---|---|
Hex | BF | FF | BF |
Decimal | 191 | 255 | 191 |
Octal | 277 | 377 | 277 |
Binary | 10111111 | 11111111 | 10111111 |
Below, you can see some colors close to #bfffbf. Having a set of related colors can be useful if you need an inspirational alternative to your original color choice.
This text has a font color of #bfffbf.
<span style="color:#bfffbf">Text here</span>
This paragraph has a background color of #bfffbf.
<p style="background-color:#bfffbf;">Content here</p>
This element has a border color of #bfffbf.
<div style="border:1px #bfffbf;">Content here</div>
.text {color:#bfffbf;}
.background {background-color:#bfffbf;}
.border {border:1px solid #bfffbf;}
.text-shadow {border:1px solid #bfffbf;}
A shade is achieved by adding black to any pure hue, while a tint is created by mixing white to any pure color. In this example, #001500 is the darkest color, while #ffffff is the lightest one.