Shades of Conifer #B2E052
Tints of Conifer #B2E052
RGB
CMYK
RGB Variations
Color information
#B2E052 (or 0xB2E052) is known color: Conifer. HEX triplet: B2, E0 and 52. RGB value is (178,224,82). Sum of RGB (Red+Green+Blue) = 178+224+82=484 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.78% from 484); Green value is 224 (87.89% from 255 or 46.28% from 484); Blue value is 82 (32.42% from 255 or 16.94% from 484); Max value from RGB is 224 - color contains mainly: green. Hex color #B2E052 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2E052 is #4D1FAD. Grayscale: #C2C2C2. Windows color (decimal): -5054382 or 5431474. OLE color: 5431474.
HSL color Cylindrical-coordinate representation of color #B2E052: hue angle of 79.44º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B2E052 is Cyan = 0.21, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 178 | 224 | 82 | - |
| CMYK | 0.21 | 0 | 0.63 | 0.12 |
| HSL | 79.44º | 0.7% | 0.6% | - |
| HSV(B) | 79.44º | 0.63% | 0.88% | - |
| XYZ | 46.54 | 63.39 | 17.76 | - |
| YUV | 194.06 | 64.76 | 116.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 224 | 82 | 0.21 | 0 | 0.63 | 0.12 | 79.44 | 0.7 | 0.6 |
| Hex | B2 | E0 | 52 | 15 | 0 | 3F | C | 4F | 46 | 3C |
| Octal | 262 | 340 | 122 | 25 | 0 | 77 | 14 | 117 | 106 | 74 |
| Binary | 10110010 | 11100000 | 1010010 | 10101 | 0 | 111111 | 1100 | 1001111 | 1000110 | 111100 |
Color Harmonies of #B2E052
Complementary color
Monochromatic Colors of #B2E052
Black with #B2E052
Text Example
Text Example
White with #B2E052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E052; }
p { color: rgb(178,224,82); }
H1.HeaderClassName
{
color: #B2E052;
}
.AnyTagClassName
{
color: #B2E052;
}
</style>
background-color css
<style>
a { background-color: #B2E052; }
a { background-color: rgb(178,224,82); }
div.DivClassName
{
background-color: #B2E052;
}
.BgClassName
{
background-color: #B2E052;
}
</style>
border-color css
<style>
span { border-color: #B2E052; }
span { border-color: rgb(178,224,82); }
td.TdClassName
{
border-color: #B2E052;
}
.TagClassName
{
border-color: #B2E052;
}
</style>