Shades of Malachite #05DB40
Tints of Malachite #05DB40
RGB
CMYK
RGB Variations
Color information
#05DB40 (or 0x05DB40) is known color: Malachite. HEX triplet: 05, DB and 40. RGB value is (5,219,64). Sum of RGB (Red+Green+Blue) = 5+219+64=288 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.74% from 288); Green value is 219 (85.94% from 255 or 76.04% from 288); Blue value is 64 (25.39% from 255 or 22.22% from 288); Max value from RGB is 219 - color contains mainly: green. Hex color #05DB40 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05DB40 is #FA24BF. Grayscale: #898989. Windows color (decimal): -16393408 or 4250373. OLE color: 4250373.
HSL color Cylindrical-coordinate representation of color #05DB40: hue angle of 136.54º 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 #05DB40 is Cyan = 0.98, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 219 | 64 | - |
| CMYK | 0.98 | 0 | 0.71 | 0.14 |
| HSL | 136.54º | 0.96% | 0.44% | - |
| HSV(B) | 136.54º | 0.98% | 0.86% | - |
| XYZ | 26.32 | 51.07 | 13.32 | - |
| YUV | 137.34 | 86.6 | 33.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 219 | 64 | 0.98 | 0 | 0.71 | 0.14 | 136.54 | 0.96 | 0.44 |
| Hex | 5 | DB | 40 | 62 | 0 | 47 | E | 89 | 60 | 2C |
| Octal | 5 | 333 | 100 | 142 | 0 | 107 | 16 | 211 | 140 | 54 |
| Binary | 101 | 11011011 | 1000000 | 1100010 | 0 | 1000111 | 1110 | 10001001 | 1100000 | 101100 |
Color Harmonies of #05DB40
Complementary color
Monochromatic Colors of #05DB40
Black with #05DB40
Text Example
Text Example
White with #05DB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05DB40; }
p { color: rgb(5,219,64); }
H1.HeaderClassName
{
color: #05DB40;
}
.AnyTagClassName
{
color: #05DB40;
}
</style>
background-color css
<style>
a { background-color: #05DB40; }
a { background-color: rgb(5,219,64); }
div.DivClassName
{
background-color: #05DB40;
}
.BgClassName
{
background-color: #05DB40;
}
</style>
border-color css
<style>
span { border-color: #05DB40; }
span { border-color: rgb(5,219,64); }
td.TdClassName
{
border-color: #05DB40;
}
.TagClassName
{
border-color: #05DB40;
}
</style>