Shades of Conifer #B2E044
Tints of Conifer #B2E044
RGB
CMYK
RGB Variations
Color information
#B2E044 (or 0xB2E044) is known color: Conifer. HEX triplet: B2, E0 and 44. RGB value is (178,224,68). Sum of RGB (Red+Green+Blue) = 178+224+68=470 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.87% from 470); Green value is 224 (87.89% from 255 or 47.66% from 470); Blue value is 68 (26.95% from 255 or 14.47% from 470); Max value from RGB is 224 - color contains mainly: green. Hex color #B2E044 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2E044 is #4D1FBB. Grayscale: #C1C1C1. Windows color (decimal): -5054396 or 4513970. OLE color: 4513970.
HSL color Cylindrical-coordinate representation of color #B2E044: hue angle of 77.69º 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 #B2E044 is Cyan = 0.21, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 178 | 224 | 68 | - |
| CMYK | 0.21 | 0 | 0.70 | 0.12 |
| HSL | 77.69º | 0.72% | 0.57% | - |
| HSV(B) | 77.69º | 0.7% | 0.88% | - |
| XYZ | 46.06 | 63.19 | 15.24 | - |
| YUV | 192.46 | 57.76 | 117.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 224 | 68 | 0.21 | 0 | 0.70 | 0.12 | 77.69 | 0.72 | 0.57 |
| Hex | B2 | E0 | 44 | 15 | 0 | 46 | C | 4E | 48 | 39 |
| Octal | 262 | 340 | 104 | 25 | 0 | 106 | 14 | 116 | 110 | 71 |
| Binary | 10110010 | 11100000 | 1000100 | 10101 | 0 | 1000110 | 1100 | 1001110 | 1001000 | 111001 |
Color Harmonies of #B2E044
Complementary color
Monochromatic Colors of #B2E044
Black with #B2E044
Text Example
Text Example
White with #B2E044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E044; }
p { color: rgb(178,224,68); }
H1.HeaderClassName
{
color: #B2E044;
}
.AnyTagClassName
{
color: #B2E044;
}
</style>
background-color css
<style>
a { background-color: #B2E044; }
a { background-color: rgb(178,224,68); }
div.DivClassName
{
background-color: #B2E044;
}
.BgClassName
{
background-color: #B2E044;
}
</style>
border-color css
<style>
span { border-color: #B2E044; }
span { border-color: rgb(178,224,68); }
td.TdClassName
{
border-color: #B2E044;
}
.TagClassName
{
border-color: #B2E044;
}
</style>