Shades of Malachite #05DC52
Tints of Malachite #05DC52
RGB
CMYK
RGB Variations
Color information
#05DC52 (or 0x05DC52) is known color: Malachite. HEX triplet: 05, DC and 52. RGB value is (5,220,82). Sum of RGB (Red+Green+Blue) = 5+220+82=307 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.63% from 307); Green value is 220 (86.33% from 255 or 71.66% from 307); Blue value is 82 (32.42% from 255 or 26.71% from 307); Max value from RGB is 220 - color contains mainly: green. Hex color #05DC52 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05DC52 is #FA23AD. Grayscale: #8C8C8C. Windows color (decimal): -16393134 or 5430277. OLE color: 5430277.
HSL color Cylindrical-coordinate representation of color #05DC52: hue angle of 141.49º 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 #05DC52 is Cyan = 0.98, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 220 | 82 | - |
| CMYK | 0.98 | 0 | 0.63 | 0.14 |
| HSL | 141.49º | 0.96% | 0.44% | - |
| HSV(B) | 141.49º | 0.98% | 0.86% | - |
| XYZ | 27.18 | 51.83 | 16.55 | - |
| YUV | 139.98 | 95.27 | 31.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 220 | 82 | 0.98 | 0 | 0.63 | 0.14 | 141.49 | 0.96 | 0.44 |
| Hex | 5 | DC | 52 | 62 | 0 | 3F | E | 8D | 60 | 2C |
| Octal | 5 | 334 | 122 | 142 | 0 | 77 | 16 | 215 | 140 | 54 |
| Binary | 101 | 11011100 | 1010010 | 1100010 | 0 | 111111 | 1110 | 10001101 | 1100000 | 101100 |
Color Harmonies of #05DC52
Complementary color
Monochromatic Colors of #05DC52
Black with #05DC52
Text Example
Text Example
White with #05DC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05DC52; }
p { color: rgb(5,220,82); }
H1.HeaderClassName
{
color: #05DC52;
}
.AnyTagClassName
{
color: #05DC52;
}
</style>
background-color css
<style>
a { background-color: #05DC52; }
a { background-color: rgb(5,220,82); }
div.DivClassName
{
background-color: #05DC52;
}
.BgClassName
{
background-color: #05DC52;
}
</style>
border-color css
<style>
span { border-color: #05DC52; }
span { border-color: rgb(5,220,82); }
td.TdClassName
{
border-color: #05DC52;
}
.TagClassName
{
border-color: #05DC52;
}
</style>