Shades of Malachite #02DF5E
Tints of Malachite #02DF5E
RGB
CMYK
RGB Variations
Color information
#02DF5E (or 0x02DF5E) is known color: Malachite. HEX triplet: 02, DF and 5E. RGB value is (2,223,94). Sum of RGB (Red+Green+Blue) = 2+223+94=319 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 319); Green value is 223 (87.5% from 255 or 69.91% from 319); Blue value is 94 (37.11% from 255 or 29.47% from 319); Max value from RGB is 223 - color contains mainly: green. Hex color #02DF5E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02DF5E is #FD20A1. Grayscale: #8E8E8E. Windows color (decimal): -16588962 or 6217474. OLE color: 6217474.
HSL color Cylindrical-coordinate representation of color #02DF5E: hue angle of 144.98º 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 #02DF5E is Cyan = 0.99, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 223 | 94 | - |
| CMYK | 0.99 | 0 | 0.58 | 0.13 |
| HSL | 144.98º | 0.98% | 0.44% | - |
| HSV(B) | 144.98º | 0.99% | 0.87% | - |
| XYZ | 28.43 | 53.6 | 19.44 | - |
| YUV | 142.22 | 100.78 | 27.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 223 | 94 | 0.99 | 0 | 0.58 | 0.13 | 144.98 | 0.98 | 0.44 |
| Hex | 2 | DF | 5E | 63 | 0 | 3A | D | 91 | 62 | 2C |
| Octal | 2 | 337 | 136 | 143 | 0 | 72 | 15 | 221 | 142 | 54 |
| Binary | 10 | 11011111 | 1011110 | 1100011 | 0 | 111010 | 1101 | 10010001 | 1100010 | 101100 |
Color Harmonies of #02DF5E
Complementary color
Monochromatic Colors of #02DF5E
Black with #02DF5E
Text Example
Text Example
White with #02DF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02DF5E; }
p { color: rgb(2,223,94); }
H1.HeaderClassName
{
color: #02DF5E;
}
.AnyTagClassName
{
color: #02DF5E;
}
</style>
background-color css
<style>
a { background-color: #02DF5E; }
a { background-color: rgb(2,223,94); }
div.DivClassName
{
background-color: #02DF5E;
}
.BgClassName
{
background-color: #02DF5E;
}
</style>
border-color css
<style>
span { border-color: #02DF5E; }
span { border-color: rgb(2,223,94); }
td.TdClassName
{
border-color: #02DF5E;
}
.TagClassName
{
border-color: #02DF5E;
}
</style>