Shades of Conifer #B4E044
Tints of Conifer #B4E044
RGB
CMYK
RGB Variations
Color information
#B4E044 (or 0xB4E044) is known color: Conifer. HEX triplet: B4, E0 and 44. RGB value is (180,224,68). Sum of RGB (Red+Green+Blue) = 180+224+68=472 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.14% from 472); Green value is 224 (87.89% from 255 or 47.46% from 472); Blue value is 68 (26.95% from 255 or 14.41% from 472); Max value from RGB is 224 - color contains mainly: green. Hex color #B4E044 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4E044 is #4B1FBB. Grayscale: #C1C1C1. Windows color (decimal): -4923324 or 4513972. OLE color: 4513972.
HSL color Cylindrical-coordinate representation of color #B4E044: hue angle of 76.92º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B4E044 is Cyan = 0.20, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 180 | 224 | 68 | - |
| CMYK | 0.20 | 0 | 0.70 | 0.12 |
| HSL | 76.92º | 0.72% | 0.57% | - |
| HSV(B) | 76.92º | 0.7% | 0.88% | - |
| XYZ | 46.52 | 63.43 | 15.26 | - |
| YUV | 193.06 | 57.42 | 118.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 224 | 68 | 0.20 | 0 | 0.70 | 0.12 | 76.92 | 0.72 | 0.57 |
| Hex | B4 | E0 | 44 | 14 | 0 | 46 | C | 4D | 48 | 39 |
| Octal | 264 | 340 | 104 | 24 | 0 | 106 | 14 | 115 | 110 | 71 |
| Binary | 10110100 | 11100000 | 1000100 | 10100 | 0 | 1000110 | 1100 | 1001101 | 1001000 | 111001 |
Color Harmonies of #B4E044
Complementary color
Monochromatic Colors of #B4E044
Black with #B4E044
Text Example
Text Example
White with #B4E044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4E044; }
p { color: rgb(180,224,68); }
H1.HeaderClassName
{
color: #B4E044;
}
.AnyTagClassName
{
color: #B4E044;
}
</style>
background-color css
<style>
a { background-color: #B4E044; }
a { background-color: rgb(180,224,68); }
div.DivClassName
{
background-color: #B4E044;
}
.BgClassName
{
background-color: #B4E044;
}
</style>
border-color css
<style>
span { border-color: #B4E044; }
span { border-color: rgb(180,224,68); }
td.TdClassName
{
border-color: #B4E044;
}
.TagClassName
{
border-color: #B4E044;
}
</style>