Shades of Conifer #BFE85B
Tints of Conifer #BFE85B
RGB
CMYK
RGB Variations
Color information
#BFE85B (or 0xBFE85B) is known color: Conifer. HEX triplet: BF, E8 and 5B. RGB value is (191,232,91). Sum of RGB (Red+Green+Blue) = 191+232+91=514 (68% of max value = 765). Red value is 191 (75% from 255 or 37.16% from 514); Green value is 232 (91.02% from 255 or 45.14% from 514); Blue value is 91 (35.94% from 255 or 17.70% from 514); Max value from RGB is 232 - color contains mainly: green. Hex color #BFE85B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFE85B is #4017A4. Grayscale: #CCCCCC. Windows color (decimal): -4200357 or 6023359. OLE color: 6023359.
HSL color Cylindrical-coordinate representation of color #BFE85B: hue angle of 77.45º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BFE85B is Cyan = 0.18, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 232 | 91 | - |
| CMYK | 0.18 | 0 | 0.61 | 0.09 |
| HSL | 77.45º | 0.75% | 0.63% | - |
| HSV(B) | 77.45º | 0.61% | 0.91% | - |
| XYZ | 52.23 | 69.54 | 20.57 | - |
| YUV | 203.67 | 64.42 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 232 | 91 | 0.18 | 0 | 0.61 | 0.09 | 77.45 | 0.75 | 0.63 |
| Hex | BF | E8 | 5B | 12 | 0 | 3D | 9 | 4D | 4B | 3F |
| Octal | 277 | 350 | 133 | 22 | 0 | 75 | 11 | 115 | 113 | 77 |
| Binary | 10111111 | 11101000 | 1011011 | 10010 | 0 | 111101 | 1001 | 1001101 | 1001011 | 111111 |
Color Harmonies of #BFE85B
Complementary color
Monochromatic Colors of #BFE85B
Black with #BFE85B
Text Example
Text Example
White with #BFE85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE85B; }
p { color: rgb(191,232,91); }
H1.HeaderClassName
{
color: #BFE85B;
}
.AnyTagClassName
{
color: #BFE85B;
}
</style>
background-color css
<style>
a { background-color: #BFE85B; }
a { background-color: rgb(191,232,91); }
div.DivClassName
{
background-color: #BFE85B;
}
.BgClassName
{
background-color: #BFE85B;
}
</style>
border-color css
<style>
span { border-color: #BFE85B; }
span { border-color: rgb(191,232,91); }
td.TdClassName
{
border-color: #BFE85B;
}
.TagClassName
{
border-color: #BFE85B;
}
</style>