Shades of Malachite #05DC40
Tints of Malachite #05DC40
RGB
CMYK
RGB Variations
Color information
#05DC40 (or 0x05DC40) is known color: Malachite. HEX triplet: 05, DC and 40. RGB value is (5,220,64). Sum of RGB (Red+Green+Blue) = 5+220+64=289 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.73% from 289); Green value is 220 (86.33% from 255 or 76.12% from 289); Blue value is 64 (25.39% from 255 or 22.15% from 289); Max value from RGB is 220 - color contains mainly: green. Hex color #05DC40 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05DC40 is #FA23BF. Grayscale: #8A8A8A. Windows color (decimal): -16393152 or 4250629. OLE color: 4250629.
HSL color Cylindrical-coordinate representation of color #05DC40: hue angle of 136.47º 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 #05DC40 is Cyan = 0.98, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 220 | 64 | - |
| CMYK | 0.98 | 0 | 0.71 | 0.14 |
| HSL | 136.47º | 0.96% | 0.44% | - |
| HSV(B) | 136.47º | 0.98% | 0.86% | - |
| XYZ | 26.58 | 51.59 | 13.41 | - |
| YUV | 137.93 | 86.27 | 33.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 220 | 64 | 0.98 | 0 | 0.71 | 0.14 | 136.47 | 0.96 | 0.44 |
| Hex | 5 | DC | 40 | 62 | 0 | 47 | E | 88 | 60 | 2C |
| Octal | 5 | 334 | 100 | 142 | 0 | 107 | 16 | 210 | 140 | 54 |
| Binary | 101 | 11011100 | 1000000 | 1100010 | 0 | 1000111 | 1110 | 10001000 | 1100000 | 101100 |
Color Harmonies of #05DC40
Complementary color
Monochromatic Colors of #05DC40
Black with #05DC40
Text Example
Text Example
White with #05DC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05DC40; }
p { color: rgb(5,220,64); }
H1.HeaderClassName
{
color: #05DC40;
}
.AnyTagClassName
{
color: #05DC40;
}
</style>
background-color css
<style>
a { background-color: #05DC40; }
a { background-color: rgb(5,220,64); }
div.DivClassName
{
background-color: #05DC40;
}
.BgClassName
{
background-color: #05DC40;
}
</style>
border-color css
<style>
span { border-color: #05DC40; }
span { border-color: rgb(5,220,64); }
td.TdClassName
{
border-color: #05DC40;
}
.TagClassName
{
border-color: #05DC40;
}
</style>