Shades of Malachite #05DC63
Tints of Malachite #05DC63
RGB
CMYK
RGB Variations
Color information
#05DC63 (or 0x05DC63) is known color: Malachite. HEX triplet: 05, DC and 63. RGB value is (5,220,99). Sum of RGB (Red+Green+Blue) = 5+220+99=324 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.54% from 324); Green value is 220 (86.33% from 255 or 67.90% from 324); Blue value is 99 (39.06% from 255 or 30.56% from 324); Max value from RGB is 220 - color contains mainly: green. Hex color #05DC63 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05DC63 is #FA239C. Grayscale: #8E8E8E. Windows color (decimal): -16393117 or 6544389. OLE color: 6544389.
HSL color Cylindrical-coordinate representation of color #05DC63: hue angle of 146.23º 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 #05DC63 is Cyan = 0.98, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 220 | 99 | - |
| CMYK | 0.98 | 0 | 0.55 | 0.14 |
| HSL | 146.23º | 0.96% | 0.44% | - |
| HSV(B) | 146.23º | 0.98% | 0.86% | - |
| XYZ | 27.91 | 52.12 | 20.39 | - |
| YUV | 141.92 | 103.77 | 30.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 220 | 99 | 0.98 | 0 | 0.55 | 0.14 | 146.23 | 0.96 | 0.44 |
| Hex | 5 | DC | 63 | 62 | 0 | 37 | E | 92 | 60 | 2C |
| Octal | 5 | 334 | 143 | 142 | 0 | 67 | 16 | 222 | 140 | 54 |
| Binary | 101 | 11011100 | 1100011 | 1100010 | 0 | 110111 | 1110 | 10010010 | 1100000 | 101100 |
Color Harmonies of #05DC63
Complementary color
Monochromatic Colors of #05DC63
Black with #05DC63
Text Example
Text Example
White with #05DC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05DC63; }
p { color: rgb(5,220,99); }
H1.HeaderClassName
{
color: #05DC63;
}
.AnyTagClassName
{
color: #05DC63;
}
</style>
background-color css
<style>
a { background-color: #05DC63; }
a { background-color: rgb(5,220,99); }
div.DivClassName
{
background-color: #05DC63;
}
.BgClassName
{
background-color: #05DC63;
}
</style>
border-color css
<style>
span { border-color: #05DC63; }
span { border-color: rgb(5,220,99); }
td.TdClassName
{
border-color: #05DC63;
}
.TagClassName
{
border-color: #05DC63;
}
</style>