Shades of Malachite #05CE72
Tints of Malachite #05CE72
RGB
CMYK
RGB Variations
Color information
#05CE72 (or 0x05CE72) is known color: Malachite. HEX triplet: 05, CE and 72. RGB value is (5,206,114). Sum of RGB (Red+Green+Blue) = 5+206+114=325 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.54% from 325); Green value is 206 (80.86% from 255 or 63.38% from 325); Blue value is 114 (44.92% from 255 or 35.08% from 325); Max value from RGB is 206 - color contains mainly: green. Hex color #05CE72 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05CE72 is #FA318D. Grayscale: #878787. Windows color (decimal): -16396686 or 7523845. OLE color: 7523845.
HSL color Cylindrical-coordinate representation of color #05CE72: hue angle of 152.54º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05CE72 is Cyan = 0.98, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 5 | 206 | 114 | - |
| CMYK | 0.98 | 0 | 0.45 | 0.19 |
| HSL | 152.54º | 0.95% | 0.41% | - |
| HSV(B) | 152.54º | 0.98% | 0.81% | - |
| XYZ | 25.17 | 45.39 | 23.35 | - |
| YUV | 135.41 | 115.91 | 34.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 206 | 114 | 0.98 | 0 | 0.45 | 0.19 | 152.54 | 0.95 | 0.41 |
| Hex | 5 | CE | 72 | 62 | 0 | 2D | 13 | 99 | 5F | 29 |
| Octal | 5 | 316 | 162 | 142 | 0 | 55 | 23 | 231 | 137 | 51 |
| Binary | 101 | 11001110 | 1110010 | 1100010 | 0 | 101101 | 10011 | 10011001 | 1011111 | 101001 |
Color Harmonies of #05CE72
Complementary color
Monochromatic Colors of #05CE72
Black with #05CE72
Text Example
Text Example
White with #05CE72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05CE72; }
p { color: rgb(5,206,114); }
H1.HeaderClassName
{
color: #05CE72;
}
.AnyTagClassName
{
color: #05CE72;
}
</style>
background-color css
<style>
a { background-color: #05CE72; }
a { background-color: rgb(5,206,114); }
div.DivClassName
{
background-color: #05CE72;
}
.BgClassName
{
background-color: #05CE72;
}
</style>
border-color css
<style>
span { border-color: #05CE72; }
span { border-color: rgb(5,206,114); }
td.TdClassName
{
border-color: #05CE72;
}
.TagClassName
{
border-color: #05CE72;
}
</style>