Shades of Malachite #05DD60
Tints of Malachite #05DD60
RGB
CMYK
RGB Variations
Color information
#05DD60 (or 0x05DD60) is known color: Malachite. HEX triplet: 05, DD and 60. RGB value is (5,221,96). Sum of RGB (Red+Green+Blue) = 5+221+96=322 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.55% from 322); Green value is 221 (86.72% from 255 or 68.63% from 322); Blue value is 96 (37.89% from 255 or 29.81% from 322); Max value from RGB is 221 - color contains mainly: green. Hex color #05DD60 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05DD60 is #FA229F. Grayscale: #8E8E8E. Windows color (decimal): -16392864 or 6348037. OLE color: 6348037.
HSL color Cylindrical-coordinate representation of color #05DD60: hue angle of 145.28º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05DD60 is Cyan = 0.98, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 221 | 96 | - |
| CMYK | 0.98 | 0 | 0.57 | 0.13 |
| HSL | 145.28º | 0.96% | 0.44% | - |
| HSV(B) | 145.28º | 0.98% | 0.87% | - |
| XYZ | 28.03 | 52.59 | 19.74 | - |
| YUV | 142.17 | 101.94 | 30.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 221 | 96 | 0.98 | 0 | 0.57 | 0.13 | 145.28 | 0.96 | 0.44 |
| Hex | 5 | DD | 60 | 62 | 0 | 39 | D | 91 | 60 | 2C |
| Octal | 5 | 335 | 140 | 142 | 0 | 71 | 15 | 221 | 140 | 54 |
| Binary | 101 | 11011101 | 1100000 | 1100010 | 0 | 111001 | 1101 | 10010001 | 1100000 | 101100 |
Color Harmonies of #05DD60
Complementary color
Monochromatic Colors of #05DD60
Black with #05DD60
Text Example
Text Example
White with #05DD60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05DD60; }
p { color: rgb(5,221,96); }
H1.HeaderClassName
{
color: #05DD60;
}
.AnyTagClassName
{
color: #05DD60;
}
</style>
background-color css
<style>
a { background-color: #05DD60; }
a { background-color: rgb(5,221,96); }
div.DivClassName
{
background-color: #05DD60;
}
.BgClassName
{
background-color: #05DD60;
}
</style>
border-color css
<style>
span { border-color: #05DD60; }
span { border-color: rgb(5,221,96); }
td.TdClassName
{
border-color: #05DD60;
}
.TagClassName
{
border-color: #05DD60;
}
</style>