Shades of Conifer #B4E566
Tints of Conifer #B4E566
RGB
CMYK
RGB Variations
Color information
#B4E566 (or 0xB4E566) is known color: Conifer. HEX triplet: B4, E5 and 66. RGB value is (180,229,102). Sum of RGB (Red+Green+Blue) = 180+229+102=511 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.23% from 511); Green value is 229 (89.84% from 255 or 44.81% from 511); Blue value is 102 (40.23% from 255 or 19.96% from 511); Max value from RGB is 229 - color contains mainly: green. Hex color #B4E566 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4E566 is #4B1A99. Grayscale: #C8C8C8. Windows color (decimal): -4922010 or 6743476. OLE color: 6743476.
HSL color Cylindrical-coordinate representation of color #B4E566: hue angle of 83.15º 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 #B4E566 is Cyan = 0.21, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 180 | 229 | 102 | - |
| CMYK | 0.21 | 0 | 0.55 | 0.10 |
| HSL | 83.15º | 0.71% | 0.65% | - |
| HSV(B) | 83.15º | 0.55% | 0.9% | - |
| XYZ | 49.24 | 66.7 | 22.85 | - |
| YUV | 199.87 | 72.77 | 113.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 229 | 102 | 0.21 | 0 | 0.55 | 0.10 | 83.15 | 0.71 | 0.65 |
| Hex | B4 | E5 | 66 | 15 | 0 | 37 | A | 53 | 47 | 41 |
| Octal | 264 | 345 | 146 | 25 | 0 | 67 | 12 | 123 | 107 | 101 |
| Binary | 10110100 | 11100101 | 1100110 | 10101 | 0 | 110111 | 1010 | 1010011 | 1000111 | 1000001 |
Color Harmonies of #B4E566
Complementary color
Monochromatic Colors of #B4E566
Black with #B4E566
Text Example
Text Example
White with #B4E566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4E566; }
p { color: rgb(180,229,102); }
H1.HeaderClassName
{
color: #B4E566;
}
.AnyTagClassName
{
color: #B4E566;
}
</style>
background-color css
<style>
a { background-color: #B4E566; }
a { background-color: rgb(180,229,102); }
div.DivClassName
{
background-color: #B4E566;
}
.BgClassName
{
background-color: #B4E566;
}
</style>
border-color css
<style>
span { border-color: #B4E566; }
span { border-color: rgb(180,229,102); }
td.TdClassName
{
border-color: #B4E566;
}
.TagClassName
{
border-color: #B4E566;
}
</style>