Shades of Malachite #02ED60
Tints of Malachite #02ED60
RGB
CMYK
RGB Variations
Color information
#02ED60 (or 0x02ED60) is known color: Malachite. HEX triplet: 02, ED and 60. RGB value is (2,237,96). Sum of RGB (Red+Green+Blue) = 2+237+96=335 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 335); Green value is 237 (92.97% from 255 or 70.75% from 335); Blue value is 96 (37.89% from 255 or 28.66% from 335); Max value from RGB is 237 - color contains mainly: green. Hex color #02ED60 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02ED60 is #FD129F. Grayscale: #969696. Windows color (decimal): -16585376 or 6352130. OLE color: 6352130.
HSL color Cylindrical-coordinate representation of color #02ED60: hue angle of 144º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02ED60 is Cyan = 0.99, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 2 | 237 | 96 | - |
| CMYK | 0.99 | 0 | 0.59 | 0.07 |
| HSL | 144º | 0.98% | 0.47% | - |
| HSV(B) | 144º | 0.99% | 0.93% | - |
| XYZ | 32.42 | 61.43 | 21.21 | - |
| YUV | 150.66 | 97.14 | 21.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 237 | 96 | 0.99 | 0 | 0.59 | 0.07 | 144 | 0.98 | 0.47 |
| Hex | 2 | ED | 60 | 63 | 0 | 3B | 7 | 90 | 62 | 2F |
| Octal | 2 | 355 | 140 | 143 | 0 | 73 | 7 | 220 | 142 | 57 |
| Binary | 10 | 11101101 | 1100000 | 1100011 | 0 | 111011 | 111 | 10010000 | 1100010 | 101111 |
Color Harmonies of #02ED60
Complementary color
Monochromatic Colors of #02ED60
Black with #02ED60
Text Example
Text Example
White with #02ED60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02ED60; }
p { color: rgb(2,237,96); }
H1.HeaderClassName
{
color: #02ED60;
}
.AnyTagClassName
{
color: #02ED60;
}
</style>
background-color css
<style>
a { background-color: #02ED60; }
a { background-color: rgb(2,237,96); }
div.DivClassName
{
background-color: #02ED60;
}
.BgClassName
{
background-color: #02ED60;
}
</style>
border-color css
<style>
span { border-color: #02ED60; }
span { border-color: rgb(2,237,96); }
td.TdClassName
{
border-color: #02ED60;
}
.TagClassName
{
border-color: #02ED60;
}
</style>