Shades of Malachite #05DB70
Tints of Malachite #05DB70
RGB
CMYK
RGB Variations
Color information
#05DB70 (or 0x05DB70) is known color: Malachite. HEX triplet: 05, DB and 70. RGB value is (5,219,112). Sum of RGB (Red+Green+Blue) = 5+219+112=336 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.49% from 336); Green value is 219 (85.94% from 255 or 65.18% from 336); Blue value is 112 (44.14% from 255 or 33.33% from 336); Max value from RGB is 219 - color contains mainly: green. Hex color #05DB70 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05DB70 is #FA248F. Grayscale: #8F8F8F. Windows color (decimal): -16393360 or 7396101. OLE color: 7396101.
HSL color Cylindrical-coordinate representation of color #05DB70: hue angle of 150º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05DB70 is Cyan = 0.98, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 219 | 112 | - |
| CMYK | 0.98 | 0 | 0.49 | 0.14 |
| HSL | 150º | 0.96% | 0.44% | - |
| HSV(B) | 150º | 0.98% | 0.86% | - |
| XYZ | 28.32 | 51.87 | 23.85 | - |
| YUV | 142.82 | 110.6 | 29.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 219 | 112 | 0.98 | 0 | 0.49 | 0.14 | 150 | 0.96 | 0.44 |
| Hex | 5 | DB | 70 | 62 | 0 | 31 | E | 96 | 60 | 2C |
| Octal | 5 | 333 | 160 | 142 | 0 | 61 | 16 | 226 | 140 | 54 |
| Binary | 101 | 11011011 | 1110000 | 1100010 | 0 | 110001 | 1110 | 10010110 | 1100000 | 101100 |
Color Harmonies of #05DB70
Complementary color
Monochromatic Colors of #05DB70
Black with #05DB70
Text Example
Text Example
White with #05DB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05DB70; }
p { color: rgb(5,219,112); }
H1.HeaderClassName
{
color: #05DB70;
}
.AnyTagClassName
{
color: #05DB70;
}
</style>
background-color css
<style>
a { background-color: #05DB70; }
a { background-color: rgb(5,219,112); }
div.DivClassName
{
background-color: #05DB70;
}
.BgClassName
{
background-color: #05DB70;
}
</style>
border-color css
<style>
span { border-color: #05DB70; }
span { border-color: rgb(5,219,112); }
td.TdClassName
{
border-color: #05DB70;
}
.TagClassName
{
border-color: #05DB70;
}
</style>