Shades of Malachite #05D070
Tints of Malachite #05D070
RGB
CMYK
RGB Variations
Color information
#05D070 (or 0x05D070) is known color: Malachite. HEX triplet: 05, D0 and 70. RGB value is (5,208,112). Sum of RGB (Red+Green+Blue) = 5+208+112=325 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.54% from 325); Green value is 208 (81.64% from 255 or 64% from 325); Blue value is 112 (44.14% from 255 or 34.46% from 325); Max value from RGB is 208 - color contains mainly: green. Hex color #05D070 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05D070 is #FA2F8F. Grayscale: #888888. Windows color (decimal): -16396176 or 7393285. OLE color: 7393285.
HSL color Cylindrical-coordinate representation of color #05D070: hue angle of 151.63º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05D070 is Cyan = 0.98, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 5 | 208 | 112 | - |
| CMYK | 0.98 | 0 | 0.46 | 0.18 |
| HSL | 151.63º | 0.95% | 0.42% | - |
| HSV(B) | 151.63º | 0.98% | 0.82% | - |
| XYZ | 25.54 | 46.31 | 22.92 | - |
| YUV | 136.36 | 114.25 | 34.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 208 | 112 | 0.98 | 0 | 0.46 | 0.18 | 151.63 | 0.95 | 0.42 |
| Hex | 5 | D0 | 70 | 62 | 0 | 2E | 12 | 98 | 5F | 2A |
| Octal | 5 | 320 | 160 | 142 | 0 | 56 | 22 | 230 | 137 | 52 |
| Binary | 101 | 11010000 | 1110000 | 1100010 | 0 | 101110 | 10010 | 10011000 | 1011111 | 101010 |
Color Harmonies of #05D070
Complementary color
Monochromatic Colors of #05D070
Black with #05D070
Text Example
Text Example
White with #05D070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05D070; }
p { color: rgb(5,208,112); }
H1.HeaderClassName
{
color: #05D070;
}
.AnyTagClassName
{
color: #05D070;
}
</style>
background-color css
<style>
a { background-color: #05D070; }
a { background-color: rgb(5,208,112); }
div.DivClassName
{
background-color: #05D070;
}
.BgClassName
{
background-color: #05D070;
}
</style>
border-color css
<style>
span { border-color: #05D070; }
span { border-color: rgb(5,208,112); }
td.TdClassName
{
border-color: #05D070;
}
.TagClassName
{
border-color: #05D070;
}
</style>