Shades of Conifer #B4E866
Tints of Conifer #B4E866
RGB
CMYK
RGB Variations
Color information
#B4E866 (or 0xB4E866) is known color: Conifer. HEX triplet: B4, E8 and 66. RGB value is (180,232,102). Sum of RGB (Red+Green+Blue) = 180+232+102=514 (68% of max value = 765). Red value is 180 (70.70% from 255 or 35.02% from 514); Green value is 232 (91.02% from 255 or 45.14% from 514); Blue value is 102 (40.23% from 255 or 19.84% from 514); Max value from RGB is 232 - color contains mainly: green. Hex color #B4E866 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4E866 is #4B1799. Grayscale: #CACACA. Windows color (decimal): -4921242 or 6744244. OLE color: 6744244.
HSL color Cylindrical-coordinate representation of color #B4E866: hue angle of 84º 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 #B4E866 is Cyan = 0.22, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 180 | 232 | 102 | - |
| CMYK | 0.22 | 0 | 0.56 | 0.09 |
| HSL | 84º | 0.74% | 0.65% | - |
| HSV(B) | 84º | 0.56% | 0.91% | - |
| XYZ | 50.08 | 68.38 | 23.13 | - |
| YUV | 201.63 | 71.77 | 112.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 232 | 102 | 0.22 | 0 | 0.56 | 0.09 | 84 | 0.74 | 0.65 |
| Hex | B4 | E8 | 66 | 16 | 0 | 38 | 9 | 54 | 4A | 41 |
| Octal | 264 | 350 | 146 | 26 | 0 | 70 | 11 | 124 | 112 | 101 |
| Binary | 10110100 | 11101000 | 1100110 | 10110 | 0 | 111000 | 1001 | 1010100 | 1001010 | 1000001 |
Color Harmonies of #B4E866
Complementary color
Monochromatic Colors of #B4E866
Black with #B4E866
Text Example
Text Example
White with #B4E866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4E866; }
p { color: rgb(180,232,102); }
H1.HeaderClassName
{
color: #B4E866;
}
.AnyTagClassName
{
color: #B4E866;
}
</style>
background-color css
<style>
a { background-color: #B4E866; }
a { background-color: rgb(180,232,102); }
div.DivClassName
{
background-color: #B4E866;
}
.BgClassName
{
background-color: #B4E866;
}
</style>
border-color css
<style>
span { border-color: #B4E866; }
span { border-color: rgb(180,232,102); }
td.TdClassName
{
border-color: #B4E866;
}
.TagClassName
{
border-color: #B4E866;
}
</style>