Shades of Malachite #05DC5D
Tints of Malachite #05DC5D
RGB
CMYK
RGB Variations
Color information
#05DC5D (or 0x05DC5D) is known color: Malachite. HEX triplet: 05, DC and 5D. RGB value is (5,220,93). Sum of RGB (Red+Green+Blue) = 5+220+93=318 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.57% from 318); Green value is 220 (86.33% from 255 or 69.18% from 318); Blue value is 93 (36.72% from 255 or 29.25% from 318); Max value from RGB is 220 - color contains mainly: green. Hex color #05DC5D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05DC5D is #FA23A2. Grayscale: #8D8D8D. Windows color (decimal): -16393123 or 6151173. OLE color: 6151173.
HSL color Cylindrical-coordinate representation of color #05DC5D: hue angle of 144.56º 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 #05DC5D is Cyan = 0.98, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 220 | 93 | - |
| CMYK | 0.98 | 0 | 0.58 | 0.14 |
| HSL | 144.56º | 0.96% | 0.44% | - |
| HSV(B) | 144.56º | 0.98% | 0.86% | - |
| XYZ | 27.63 | 52.01 | 18.94 | - |
| YUV | 141.24 | 100.77 | 30.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 220 | 93 | 0.98 | 0 | 0.58 | 0.14 | 144.56 | 0.96 | 0.44 |
| Hex | 5 | DC | 5D | 62 | 0 | 3A | E | 91 | 60 | 2C |
| Octal | 5 | 334 | 135 | 142 | 0 | 72 | 16 | 221 | 140 | 54 |
| Binary | 101 | 11011100 | 1011101 | 1100010 | 0 | 111010 | 1110 | 10010001 | 1100000 | 101100 |
Color Harmonies of #05DC5D
Complementary color
Monochromatic Colors of #05DC5D
Black with #05DC5D
Text Example
Text Example
White with #05DC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05DC5D; }
p { color: rgb(5,220,93); }
H1.HeaderClassName
{
color: #05DC5D;
}
.AnyTagClassName
{
color: #05DC5D;
}
</style>
background-color css
<style>
a { background-color: #05DC5D; }
a { background-color: rgb(5,220,93); }
div.DivClassName
{
background-color: #05DC5D;
}
.BgClassName
{
background-color: #05DC5D;
}
</style>
border-color css
<style>
span { border-color: #05DC5D; }
span { border-color: rgb(5,220,93); }
td.TdClassName
{
border-color: #05DC5D;
}
.TagClassName
{
border-color: #05DC5D;
}
</style>