Shades of Conifer #BFE166
Tints of Conifer #BFE166
RGB
CMYK
RGB Variations
Color information
#BFE166 (or 0xBFE166) is known color: Conifer. HEX triplet: BF, E1 and 66. RGB value is (191,225,102). Sum of RGB (Red+Green+Blue) = 191+225+102=518 (68% of max value = 765). Red value is 191 (75% from 255 or 36.87% from 518); Green value is 225 (88.28% from 255 or 43.44% from 518); Blue value is 102 (40.23% from 255 or 19.69% from 518); Max value from RGB is 225 - color contains mainly: green. Hex color #BFE166 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE166 is #401E99. Grayscale: #C9C9C9. Windows color (decimal): -4202138 or 6742463. OLE color: 6742463.
HSL color Cylindrical-coordinate representation of color #BFE166: hue angle of 76.59º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BFE166 is Cyan = 0.15, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 225 | 102 | - |
| CMYK | 0.15 | 0 | 0.55 | 0.12 |
| HSL | 76.59º | 0.67% | 0.64% | - |
| HSV(B) | 76.59º | 0.55% | 0.88% | - |
| XYZ | 50.81 | 65.89 | 22.61 | - |
| YUV | 200.81 | 72.24 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 225 | 102 | 0.15 | 0 | 0.55 | 0.12 | 76.59 | 0.67 | 0.64 |
| Hex | BF | E1 | 66 | F | 0 | 37 | C | 4D | 43 | 40 |
| Octal | 277 | 341 | 146 | 17 | 0 | 67 | 14 | 115 | 103 | 100 |
| Binary | 10111111 | 11100001 | 1100110 | 1111 | 0 | 110111 | 1100 | 1001101 | 1000011 | 1000000 |
Color Harmonies of #BFE166
Complementary color
Monochromatic Colors of #BFE166
Black with #BFE166
Text Example
Text Example
White with #BFE166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE166; }
p { color: rgb(191,225,102); }
H1.HeaderClassName
{
color: #BFE166;
}
.AnyTagClassName
{
color: #BFE166;
}
</style>
background-color css
<style>
a { background-color: #BFE166; }
a { background-color: rgb(191,225,102); }
div.DivClassName
{
background-color: #BFE166;
}
.BgClassName
{
background-color: #BFE166;
}
</style>
border-color css
<style>
span { border-color: #BFE166; }
span { border-color: rgb(191,225,102); }
td.TdClassName
{
border-color: #BFE166;
}
.TagClassName
{
border-color: #BFE166;
}
</style>