Shades of Malachite #08EC52
Tints of Malachite #08EC52
RGB
CMYK
RGB Variations
Color information
#08EC52 (or 0x08EC52) is known color: Malachite. HEX triplet: 08, EC and 52. RGB value is (8,236,82). Sum of RGB (Red+Green+Blue) = 8+236+82=326 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.45% from 326); Green value is 236 (92.58% from 255 or 72.39% from 326); Blue value is 82 (32.42% from 255 or 25.15% from 326); Max value from RGB is 236 - color contains mainly: green. Hex color #08EC52 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #08EC52 is #F713AD. Grayscale: #969696. Windows color (decimal): -16192430 or 5434376. OLE color: 5434376.
HSL color Cylindrical-coordinate representation of color #08EC52: hue angle of 139.47º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08EC52 is Cyan = 0.97, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 8 | 236 | 82 | - |
| CMYK | 0.97 | 0 | 0.65 | 0.07 |
| HSL | 139.47º | 0.93% | 0.48% | - |
| HSV(B) | 139.47º | 0.97% | 0.93% | - |
| XYZ | 31.62 | 60.65 | 18.02 | - |
| YUV | 150.27 | 89.46 | 26.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 236 | 82 | 0.97 | 0 | 0.65 | 0.07 | 139.47 | 0.93 | 0.48 |
| Hex | 8 | EC | 52 | 61 | 0 | 41 | 7 | 8B | 5D | 30 |
| Octal | 10 | 354 | 122 | 141 | 0 | 101 | 7 | 213 | 135 | 60 |
| Binary | 1000 | 11101100 | 1010010 | 1100001 | 0 | 1000001 | 111 | 10001011 | 1011101 | 110000 |
Color Harmonies of #08EC52
Complementary color
Monochromatic Colors of #08EC52
Black with #08EC52
Text Example
Text Example
White with #08EC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08EC52; }
p { color: rgb(8,236,82); }
H1.HeaderClassName
{
color: #08EC52;
}
.AnyTagClassName
{
color: #08EC52;
}
</style>
background-color css
<style>
a { background-color: #08EC52; }
a { background-color: rgb(8,236,82); }
div.DivClassName
{
background-color: #08EC52;
}
.BgClassName
{
background-color: #08EC52;
}
</style>
border-color css
<style>
span { border-color: #08EC52; }
span { border-color: rgb(8,236,82); }
td.TdClassName
{
border-color: #08EC52;
}
.TagClassName
{
border-color: #08EC52;
}
</style>