Shades of Conifer #BFE566
Tints of Conifer #BFE566
RGB
CMYK
RGB Variations
Color information
#BFE566 (or 0xBFE566) is known color: Conifer. HEX triplet: BF, E5 and 66. RGB value is (191,229,102). Sum of RGB (Red+Green+Blue) = 191+229+102=522 (69% of max value = 765). Red value is 191 (75% from 255 or 36.59% from 522); Green value is 229 (89.84% from 255 or 43.87% from 522); Blue value is 102 (40.23% from 255 or 19.54% from 522); Max value from RGB is 229 - color contains mainly: green. Hex color #BFE566 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE566 is #401A99. Grayscale: #CBCBCB. Windows color (decimal): -4201114 or 6743487. OLE color: 6743487.
HSL color Cylindrical-coordinate representation of color #BFE566: hue angle of 77.95º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BFE566 is Cyan = 0.17, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 229 | 102 | - |
| CMYK | 0.17 | 0 | 0.55 | 0.10 |
| HSL | 77.95º | 0.71% | 0.65% | - |
| HSV(B) | 77.95º | 0.55% | 0.9% | - |
| XYZ | 51.9 | 68.07 | 22.97 | - |
| YUV | 203.16 | 70.91 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 229 | 102 | 0.17 | 0 | 0.55 | 0.10 | 77.95 | 0.71 | 0.65 |
| Hex | BF | E5 | 66 | 11 | 0 | 37 | A | 4E | 47 | 41 |
| Octal | 277 | 345 | 146 | 21 | 0 | 67 | 12 | 116 | 107 | 101 |
| Binary | 10111111 | 11100101 | 1100110 | 10001 | 0 | 110111 | 1010 | 1001110 | 1000111 | 1000001 |
Color Harmonies of #BFE566
Complementary color
Monochromatic Colors of #BFE566
Black with #BFE566
Text Example
Text Example
White with #BFE566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE566; }
p { color: rgb(191,229,102); }
H1.HeaderClassName
{
color: #BFE566;
}
.AnyTagClassName
{
color: #BFE566;
}
</style>
background-color css
<style>
a { background-color: #BFE566; }
a { background-color: rgb(191,229,102); }
div.DivClassName
{
background-color: #BFE566;
}
.BgClassName
{
background-color: #BFE566;
}
</style>
border-color css
<style>
span { border-color: #BFE566; }
span { border-color: rgb(191,229,102); }
td.TdClassName
{
border-color: #BFE566;
}
.TagClassName
{
border-color: #BFE566;
}
</style>