Shades of Conifer #BFE860
Tints of Conifer #BFE860
RGB
CMYK
RGB Variations
Color information
#BFE860 (or 0xBFE860) is known color: Conifer. HEX triplet: BF, E8 and 60. RGB value is (191,232,96). Sum of RGB (Red+Green+Blue) = 191+232+96=519 (68% of max value = 765). Red value is 191 (75% from 255 or 36.80% from 519); Green value is 232 (91.02% from 255 or 44.70% from 519); Blue value is 96 (37.89% from 255 or 18.50% from 519); Max value from RGB is 232 - color contains mainly: green. Hex color #BFE860 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFE860 is #40179F. Grayscale: #CCCCCC. Windows color (decimal): -4200352 or 6351039. OLE color: 6351039.
HSL color Cylindrical-coordinate representation of color #BFE860: hue angle of 78.09º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BFE860 is Cyan = 0.18, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 232 | 96 | - |
| CMYK | 0.18 | 0 | 0.59 | 0.09 |
| HSL | 78.09º | 0.75% | 0.64% | - |
| HSV(B) | 78.09º | 0.59% | 0.91% | - |
| XYZ | 52.45 | 69.63 | 21.74 | - |
| YUV | 204.24 | 66.92 | 118.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 232 | 96 | 0.18 | 0 | 0.59 | 0.09 | 78.09 | 0.75 | 0.64 |
| Hex | BF | E8 | 60 | 12 | 0 | 3B | 9 | 4E | 4B | 40 |
| Octal | 277 | 350 | 140 | 22 | 0 | 73 | 11 | 116 | 113 | 100 |
| Binary | 10111111 | 11101000 | 1100000 | 10010 | 0 | 111011 | 1001 | 1001110 | 1001011 | 1000000 |
Color Harmonies of #BFE860
Complementary color
Monochromatic Colors of #BFE860
Black with #BFE860
Text Example
Text Example
White with #BFE860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE860; }
p { color: rgb(191,232,96); }
H1.HeaderClassName
{
color: #BFE860;
}
.AnyTagClassName
{
color: #BFE860;
}
</style>
background-color css
<style>
a { background-color: #BFE860; }
a { background-color: rgb(191,232,96); }
div.DivClassName
{
background-color: #BFE860;
}
.BgClassName
{
background-color: #BFE860;
}
</style>
border-color css
<style>
span { border-color: #BFE860; }
span { border-color: rgb(191,232,96); }
td.TdClassName
{
border-color: #BFE860;
}
.TagClassName
{
border-color: #BFE860;
}
</style>