Shades of Conifer #BFE865
Tints of Conifer #BFE865
RGB
CMYK
RGB Variations
Color information
#BFE865 (or 0xBFE865) is known color: Conifer. HEX triplet: BF, E8 and 65. RGB value is (191,232,101). Sum of RGB (Red+Green+Blue) = 191+232+101=524 (69% of max value = 765). Red value is 191 (75% from 255 or 36.45% from 524); Green value is 232 (91.02% from 255 or 44.27% from 524); Blue value is 101 (39.84% from 255 or 19.27% from 524); Max value from RGB is 232 - color contains mainly: green. Hex color #BFE865 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFE865 is #40179A. Grayscale: #CDCDCD. Windows color (decimal): -4200347 or 6678719. OLE color: 6678719.
HSL color Cylindrical-coordinate representation of color #BFE865: hue angle of 78.78º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BFE865 is Cyan = 0.18, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 232 | 101 | - |
| CMYK | 0.18 | 0 | 0.56 | 0.09 |
| HSL | 78.78º | 0.74% | 0.65% | - |
| HSV(B) | 78.78º | 0.56% | 0.91% | - |
| XYZ | 52.69 | 69.73 | 22.99 | - |
| YUV | 204.81 | 69.42 | 118.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 232 | 101 | 0.18 | 0 | 0.56 | 0.09 | 78.78 | 0.74 | 0.65 |
| Hex | BF | E8 | 65 | 12 | 0 | 38 | 9 | 4F | 4A | 41 |
| Octal | 277 | 350 | 145 | 22 | 0 | 70 | 11 | 117 | 112 | 101 |
| Binary | 10111111 | 11101000 | 1100101 | 10010 | 0 | 111000 | 1001 | 1001111 | 1001010 | 1000001 |
Color Harmonies of #BFE865
Complementary color
Monochromatic Colors of #BFE865
Black with #BFE865
Text Example
Text Example
White with #BFE865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE865; }
p { color: rgb(191,232,101); }
H1.HeaderClassName
{
color: #BFE865;
}
.AnyTagClassName
{
color: #BFE865;
}
</style>
background-color css
<style>
a { background-color: #BFE865; }
a { background-color: rgb(191,232,101); }
div.DivClassName
{
background-color: #BFE865;
}
.BgClassName
{
background-color: #BFE865;
}
</style>
border-color css
<style>
span { border-color: #BFE865; }
span { border-color: rgb(191,232,101); }
td.TdClassName
{
border-color: #BFE865;
}
.TagClassName
{
border-color: #BFE865;
}
</style>