Shades of Malachite #08E052
Tints of Malachite #08E052
RGB
CMYK
RGB Variations
Color information
#08E052 (or 0x08E052) is known color: Malachite. HEX triplet: 08, E0 and 52. RGB value is (8,224,82). Sum of RGB (Red+Green+Blue) = 8+224+82=314 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.55% from 314); Green value is 224 (87.89% from 255 or 71.34% from 314); Blue value is 82 (32.42% from 255 or 26.11% from 314); Max value from RGB is 224 - color contains mainly: green. Hex color #08E052 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08E052 is #F71FAD. Grayscale: #8F8F8F. Windows color (decimal): -16195502 or 5431304. OLE color: 5431304.
HSL color Cylindrical-coordinate representation of color #08E052: hue angle of 140.56º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08E052 is Cyan = 0.96, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 8 | 224 | 82 | - |
| CMYK | 0.96 | 0 | 0.63 | 0.12 |
| HSL | 140.56º | 0.93% | 0.45% | - |
| HSV(B) | 140.56º | 0.96% | 0.88% | - |
| XYZ | 28.28 | 53.97 | 16.91 | - |
| YUV | 143.23 | 93.44 | 31.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 224 | 82 | 0.96 | 0 | 0.63 | 0.12 | 140.56 | 0.93 | 0.45 |
| Hex | 8 | E0 | 52 | 60 | 0 | 3F | C | 8D | 5D | 2D |
| Octal | 10 | 340 | 122 | 140 | 0 | 77 | 14 | 215 | 135 | 55 |
| Binary | 1000 | 11100000 | 1010010 | 1100000 | 0 | 111111 | 1100 | 10001101 | 1011101 | 101101 |
Color Harmonies of #08E052
Complementary color
Monochromatic Colors of #08E052
Black with #08E052
Text Example
Text Example
White with #08E052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08E052; }
p { color: rgb(8,224,82); }
H1.HeaderClassName
{
color: #08E052;
}
.AnyTagClassName
{
color: #08E052;
}
</style>
background-color css
<style>
a { background-color: #08E052; }
a { background-color: rgb(8,224,82); }
div.DivClassName
{
background-color: #08E052;
}
.BgClassName
{
background-color: #08E052;
}
</style>
border-color css
<style>
span { border-color: #08E052; }
span { border-color: rgb(8,224,82); }
td.TdClassName
{
border-color: #08E052;
}
.TagClassName
{
border-color: #08E052;
}
</style>