Shades of Conifer #B2E04D
Tints of Conifer #B2E04D
RGB
CMYK
RGB Variations
Color information
#B2E04D (or 0xB2E04D) is known color: Conifer. HEX triplet: B2, E0 and 4D. RGB value is (178,224,77). Sum of RGB (Red+Green+Blue) = 178+224+77=479 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.16% from 479); Green value is 224 (87.89% from 255 or 46.76% from 479); Blue value is 77 (30.47% from 255 or 16.08% from 479); Max value from RGB is 224 - color contains mainly: green. Hex color #B2E04D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2E04D is #4D1FB2. Grayscale: #C2C2C2. Windows color (decimal): -5054387 or 5103794. OLE color: 5103794.
HSL color Cylindrical-coordinate representation of color #B2E04D: hue angle of 78.78º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B2E04D is Cyan = 0.21, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 178 | 224 | 77 | - |
| CMYK | 0.21 | 0 | 0.66 | 0.12 |
| HSL | 78.78º | 0.7% | 0.59% | - |
| HSV(B) | 78.78º | 0.66% | 0.88% | - |
| XYZ | 46.36 | 63.31 | 16.8 | - |
| YUV | 193.49 | 62.26 | 116.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 224 | 77 | 0.21 | 0 | 0.66 | 0.12 | 78.78 | 0.7 | 0.59 |
| Hex | B2 | E0 | 4D | 15 | 0 | 42 | C | 4F | 46 | 3B |
| Octal | 262 | 340 | 115 | 25 | 0 | 102 | 14 | 117 | 106 | 73 |
| Binary | 10110010 | 11100000 | 1001101 | 10101 | 0 | 1000010 | 1100 | 1001111 | 1000110 | 111011 |
Color Harmonies of #B2E04D
Complementary color
Monochromatic Colors of #B2E04D
Black with #B2E04D
Text Example
Text Example
White with #B2E04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E04D; }
p { color: rgb(178,224,77); }
H1.HeaderClassName
{
color: #B2E04D;
}
.AnyTagClassName
{
color: #B2E04D;
}
</style>
background-color css
<style>
a { background-color: #B2E04D; }
a { background-color: rgb(178,224,77); }
div.DivClassName
{
background-color: #B2E04D;
}
.BgClassName
{
background-color: #B2E04D;
}
</style>
border-color css
<style>
span { border-color: #B2E04D; }
span { border-color: rgb(178,224,77); }
td.TdClassName
{
border-color: #B2E04D;
}
.TagClassName
{
border-color: #B2E04D;
}
</style>