Shades of Malachite #02DD58
Tints of Malachite #02DD58
RGB
CMYK
RGB Variations
Color information
#02DD58 (or 0x02DD58) is known color: Malachite. HEX triplet: 02, DD and 58. RGB value is (2,221,88). Sum of RGB (Red+Green+Blue) = 2+221+88=311 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 311); Green value is 221 (86.72% from 255 or 71.06% from 311); Blue value is 88 (34.77% from 255 or 28.30% from 311); Max value from RGB is 221 - color contains mainly: green. Hex color #02DD58 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02DD58 is #FD22A7. Grayscale: #8C8C8C. Windows color (decimal): -16589480 or 5823746. OLE color: 5823746.
HSL color Cylindrical-coordinate representation of color #02DD58: hue angle of 143.56º 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 #02DD58 is Cyan = 0.99, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 221 | 88 | - |
| CMYK | 0.99 | 0 | 0.60 | 0.13 |
| HSL | 143.56º | 0.98% | 0.44% | - |
| HSV(B) | 143.56º | 0.99% | 0.87% | - |
| XYZ | 27.64 | 52.43 | 17.9 | - |
| YUV | 140.36 | 98.45 | 29.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 221 | 88 | 0.99 | 0 | 0.60 | 0.13 | 143.56 | 0.98 | 0.44 |
| Hex | 2 | DD | 58 | 63 | 0 | 3C | D | 90 | 62 | 2C |
| Octal | 2 | 335 | 130 | 143 | 0 | 74 | 15 | 220 | 142 | 54 |
| Binary | 10 | 11011101 | 1011000 | 1100011 | 0 | 111100 | 1101 | 10010000 | 1100010 | 101100 |
Color Harmonies of #02DD58
Complementary color
Monochromatic Colors of #02DD58
Black with #02DD58
Text Example
Text Example
White with #02DD58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02DD58; }
p { color: rgb(2,221,88); }
H1.HeaderClassName
{
color: #02DD58;
}
.AnyTagClassName
{
color: #02DD58;
}
</style>
background-color css
<style>
a { background-color: #02DD58; }
a { background-color: rgb(2,221,88); }
div.DivClassName
{
background-color: #02DD58;
}
.BgClassName
{
background-color: #02DD58;
}
</style>
border-color css
<style>
span { border-color: #02DD58; }
span { border-color: rgb(2,221,88); }
td.TdClassName
{
border-color: #02DD58;
}
.TagClassName
{
border-color: #02DD58;
}
</style>