Shades of Conifer #B4E047
Tints of Conifer #B4E047
RGB
CMYK
RGB Variations
Color information
#B4E047 (or 0xB4E047) is known color: Conifer. HEX triplet: B4, E0 and 47. RGB value is (180,224,71). Sum of RGB (Red+Green+Blue) = 180+224+71=475 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.89% from 475); Green value is 224 (87.89% from 255 or 47.16% from 475); Blue value is 71 (28.12% from 255 or 14.95% from 475); Max value from RGB is 224 - color contains mainly: green. Hex color #B4E047 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4E047 is #4B1FB8. Grayscale: #C1C1C1. Windows color (decimal): -4923321 or 4710580. OLE color: 4710580.
HSL color Cylindrical-coordinate representation of color #B4E047: hue angle of 77.25º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B4E047 is Cyan = 0.20, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 180 | 224 | 71 | - |
| CMYK | 0.20 | 0 | 0.68 | 0.12 |
| HSL | 77.25º | 0.71% | 0.58% | - |
| HSV(B) | 77.25º | 0.68% | 0.88% | - |
| XYZ | 46.62 | 63.47 | 15.76 | - |
| YUV | 193.4 | 58.92 | 118.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 224 | 71 | 0.20 | 0 | 0.68 | 0.12 | 77.25 | 0.71 | 0.58 |
| Hex | B4 | E0 | 47 | 14 | 0 | 44 | C | 4D | 47 | 3A |
| Octal | 264 | 340 | 107 | 24 | 0 | 104 | 14 | 115 | 107 | 72 |
| Binary | 10110100 | 11100000 | 1000111 | 10100 | 0 | 1000100 | 1100 | 1001101 | 1000111 | 111010 |
Color Harmonies of #B4E047
Complementary color
Monochromatic Colors of #B4E047
Black with #B4E047
Text Example
Text Example
White with #B4E047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4E047; }
p { color: rgb(180,224,71); }
H1.HeaderClassName
{
color: #B4E047;
}
.AnyTagClassName
{
color: #B4E047;
}
</style>
background-color css
<style>
a { background-color: #B4E047; }
a { background-color: rgb(180,224,71); }
div.DivClassName
{
background-color: #B4E047;
}
.BgClassName
{
background-color: #B4E047;
}
</style>
border-color css
<style>
span { border-color: #B4E047; }
span { border-color: rgb(180,224,71); }
td.TdClassName
{
border-color: #B4E047;
}
.TagClassName
{
border-color: #B4E047;
}
</style>