Shades of Malachite #02DD60
Tints of Malachite #02DD60
RGB
CMYK
RGB Variations
Color information
#02DD60 (or 0x02DD60) is known color: Malachite. HEX triplet: 02, DD and 60. RGB value is (2,221,96). Sum of RGB (Red+Green+Blue) = 2+221+96=319 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 319); Green value is 221 (86.72% from 255 or 69.28% from 319); Blue value is 96 (37.89% from 255 or 30.09% from 319); Max value from RGB is 221 - color contains mainly: green. Hex color #02DD60 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02DD60 is #FD229F. Grayscale: #8D8D8D. Windows color (decimal): -16589472 or 6348034. OLE color: 6348034.
HSL color Cylindrical-coordinate representation of color #02DD60: hue angle of 145.75º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02DD60 is Cyan = 0.99, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 221 | 96 | - |
| CMYK | 0.99 | 0 | 0.57 | 0.13 |
| HSL | 145.75º | 0.98% | 0.44% | - |
| HSV(B) | 145.75º | 0.99% | 0.87% | - |
| XYZ | 27.99 | 52.57 | 19.74 | - |
| YUV | 141.27 | 102.45 | 28.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 221 | 96 | 0.99 | 0 | 0.57 | 0.13 | 145.75 | 0.98 | 0.44 |
| Hex | 2 | DD | 60 | 63 | 0 | 39 | D | 92 | 62 | 2C |
| Octal | 2 | 335 | 140 | 143 | 0 | 71 | 15 | 222 | 142 | 54 |
| Binary | 10 | 11011101 | 1100000 | 1100011 | 0 | 111001 | 1101 | 10010010 | 1100010 | 101100 |
Color Harmonies of #02DD60
Complementary color
Monochromatic Colors of #02DD60
Black with #02DD60
Text Example
Text Example
White with #02DD60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02DD60; }
p { color: rgb(2,221,96); }
H1.HeaderClassName
{
color: #02DD60;
}
.AnyTagClassName
{
color: #02DD60;
}
</style>
background-color css
<style>
a { background-color: #02DD60; }
a { background-color: rgb(2,221,96); }
div.DivClassName
{
background-color: #02DD60;
}
.BgClassName
{
background-color: #02DD60;
}
</style>
border-color css
<style>
span { border-color: #02DD60; }
span { border-color: rgb(2,221,96); }
td.TdClassName
{
border-color: #02DD60;
}
.TagClassName
{
border-color: #02DD60;
}
</style>