Shades of Malachite #05DB41
Tints of Malachite #05DB41
RGB
CMYK
RGB Variations
Color information
#05DB41 (or 0x05DB41) is known color: Malachite. HEX triplet: 05, DB and 41. RGB value is (5,219,65). Sum of RGB (Red+Green+Blue) = 5+219+65=289 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.73% from 289); Green value is 219 (85.94% from 255 or 75.78% from 289); Blue value is 65 (25.78% from 255 or 22.49% from 289); Max value from RGB is 219 - color contains mainly: green. Hex color #05DB41 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05DB41 is #FA24BE. Grayscale: #898989. Windows color (decimal): -16393407 or 4315909. OLE color: 4315909.
HSL color Cylindrical-coordinate representation of color #05DB41: hue angle of 136.82º 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 #05DB41 is Cyan = 0.98, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 219 | 65 | - |
| CMYK | 0.98 | 0 | 0.70 | 0.14 |
| HSL | 136.82º | 0.96% | 0.44% | - |
| HSV(B) | 136.82º | 0.98% | 0.86% | - |
| XYZ | 26.35 | 51.08 | 13.47 | - |
| YUV | 137.46 | 87.1 | 33.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 219 | 65 | 0.98 | 0 | 0.70 | 0.14 | 136.82 | 0.96 | 0.44 |
| Hex | 5 | DB | 41 | 62 | 0 | 46 | E | 89 | 60 | 2C |
| Octal | 5 | 333 | 101 | 142 | 0 | 106 | 16 | 211 | 140 | 54 |
| Binary | 101 | 11011011 | 1000001 | 1100010 | 0 | 1000110 | 1110 | 10001001 | 1100000 | 101100 |
Color Harmonies of #05DB41
Complementary color
Monochromatic Colors of #05DB41
Black with #05DB41
Text Example
Text Example
White with #05DB41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05DB41; }
p { color: rgb(5,219,65); }
H1.HeaderClassName
{
color: #05DB41;
}
.AnyTagClassName
{
color: #05DB41;
}
</style>
background-color css
<style>
a { background-color: #05DB41; }
a { background-color: rgb(5,219,65); }
div.DivClassName
{
background-color: #05DB41;
}
.BgClassName
{
background-color: #05DB41;
}
</style>
border-color css
<style>
span { border-color: #05DB41; }
span { border-color: rgb(5,219,65); }
td.TdClassName
{
border-color: #05DB41;
}
.TagClassName
{
border-color: #05DB41;
}
</style>