Shades of Malachite #02D45E
Tints of Malachite #02D45E
RGB
CMYK
RGB Variations
Color information
#02D45E (or 0x02D45E) is known color: Malachite. HEX triplet: 02, D4 and 5E. RGB value is (2,212,94). Sum of RGB (Red+Green+Blue) = 2+212+94=308 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 308); Green value is 212 (83.20% from 255 or 68.83% from 308); Blue value is 94 (37.11% from 255 or 30.52% from 308); Max value from RGB is 212 - color contains mainly: green. Hex color #02D45E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02D45E is #FD2BA1. Grayscale: #888888. Windows color (decimal): -16591778 or 6214658. OLE color: 6214658.
HSL color Cylindrical-coordinate representation of color #02D45E: hue angle of 146.29º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D45E is Cyan = 0.99, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 2 | 212 | 94 | - |
| CMYK | 0.99 | 0 | 0.56 | 0.17 |
| HSL | 146.29º | 0.98% | 0.42% | - |
| HSV(B) | 146.29º | 0.99% | 0.83% | - |
| XYZ | 25.59 | 47.91 | 18.49 | - |
| YUV | 135.76 | 104.43 | 32.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 212 | 94 | 0.99 | 0 | 0.56 | 0.17 | 146.29 | 0.98 | 0.42 |
| Hex | 2 | D4 | 5E | 63 | 0 | 38 | 11 | 92 | 62 | 2A |
| Octal | 2 | 324 | 136 | 143 | 0 | 70 | 21 | 222 | 142 | 52 |
| Binary | 10 | 11010100 | 1011110 | 1100011 | 0 | 111000 | 10001 | 10010010 | 1100010 | 101010 |
Color Harmonies of #02D45E
Complementary color
Monochromatic Colors of #02D45E
Black with #02D45E
Text Example
Text Example
White with #02D45E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D45E; }
p { color: rgb(2,212,94); }
H1.HeaderClassName
{
color: #02D45E;
}
.AnyTagClassName
{
color: #02D45E;
}
</style>
background-color css
<style>
a { background-color: #02D45E; }
a { background-color: rgb(2,212,94); }
div.DivClassName
{
background-color: #02D45E;
}
.BgClassName
{
background-color: #02D45E;
}
</style>
border-color css
<style>
span { border-color: #02D45E; }
span { border-color: rgb(2,212,94); }
td.TdClassName
{
border-color: #02D45E;
}
.TagClassName
{
border-color: #02D45E;
}
</style>