Shades of Malachite #02EA63
Tints of Malachite #02EA63
RGB
CMYK
RGB Variations
Color information
#02EA63 (or 0x02EA63) is known color: Malachite. HEX triplet: 02, EA and 63. RGB value is (2,234,99). Sum of RGB (Red+Green+Blue) = 2+234+99=335 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 335); Green value is 234 (91.80% from 255 or 69.85% from 335); Blue value is 99 (39.06% from 255 or 29.55% from 335); Max value from RGB is 234 - color contains mainly: green. Hex color #02EA63 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02EA63 is #FD159C. Grayscale: #959595. Windows color (decimal): -16586141 or 6547970. OLE color: 6547970.
HSL color Cylindrical-coordinate representation of color #02EA63: hue angle of 145.09º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02EA63 is Cyan = 0.99, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 2 | 234 | 99 | - |
| CMYK | 0.99 | 0 | 0.58 | 0.08 |
| HSL | 145.09º | 0.98% | 0.46% | - |
| HSV(B) | 145.09º | 0.99% | 0.92% | - |
| XYZ | 31.7 | 59.76 | 21.67 | - |
| YUV | 149.24 | 99.64 | 22.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 234 | 99 | 0.99 | 0 | 0.58 | 0.08 | 145.09 | 0.98 | 0.46 |
| Hex | 2 | EA | 63 | 63 | 0 | 3A | 8 | 91 | 62 | 2E |
| Octal | 2 | 352 | 143 | 143 | 0 | 72 | 10 | 221 | 142 | 56 |
| Binary | 10 | 11101010 | 1100011 | 1100011 | 0 | 111010 | 1000 | 10010001 | 1100010 | 101110 |
Color Harmonies of #02EA63
Complementary color
Monochromatic Colors of #02EA63
Black with #02EA63
Text Example
Text Example
White with #02EA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02EA63; }
p { color: rgb(2,234,99); }
H1.HeaderClassName
{
color: #02EA63;
}
.AnyTagClassName
{
color: #02EA63;
}
</style>
background-color css
<style>
a { background-color: #02EA63; }
a { background-color: rgb(2,234,99); }
div.DivClassName
{
background-color: #02EA63;
}
.BgClassName
{
background-color: #02EA63;
}
</style>
border-color css
<style>
span { border-color: #02EA63; }
span { border-color: rgb(2,234,99); }
td.TdClassName
{
border-color: #02EA63;
}
.TagClassName
{
border-color: #02EA63;
}
</style>