Shades of Malachite #02E053
Tints of Malachite #02E053
RGB
CMYK
RGB Variations
Color information
#02E053 (or 0x02E053) is known color: Malachite. HEX triplet: 02, E0 and 53. RGB value is (2,224,83). Sum of RGB (Red+Green+Blue) = 2+224+83=309 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 309); Green value is 224 (87.89% from 255 or 72.49% from 309); Blue value is 83 (32.81% from 255 or 26.86% from 309); Max value from RGB is 224 - color contains mainly: green. Hex color #02E053 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02E053 is #FD1FAC. Grayscale: #8D8D8D. Windows color (decimal): -16588717 or 5496834. OLE color: 5496834.
HSL color Cylindrical-coordinate representation of color #02E053: hue angle of 141.89º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02E053 is Cyan = 0.99, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 2 | 224 | 83 | - |
| CMYK | 0.99 | 0 | 0.63 | 0.12 |
| HSL | 141.89º | 0.98% | 0.44% | - |
| HSV(B) | 141.89º | 0.99% | 0.88% | - |
| XYZ | 28.24 | 53.95 | 17.11 | - |
| YUV | 141.55 | 94.95 | 28.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 224 | 83 | 0.99 | 0 | 0.63 | 0.12 | 141.89 | 0.98 | 0.44 |
| Hex | 2 | E0 | 53 | 63 | 0 | 3F | C | 8E | 62 | 2C |
| Octal | 2 | 340 | 123 | 143 | 0 | 77 | 14 | 216 | 142 | 54 |
| Binary | 10 | 11100000 | 1010011 | 1100011 | 0 | 111111 | 1100 | 10001110 | 1100010 | 101100 |
Color Harmonies of #02E053
Complementary color
Monochromatic Colors of #02E053
Black with #02E053
Text Example
Text Example
White with #02E053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02E053; }
p { color: rgb(2,224,83); }
H1.HeaderClassName
{
color: #02E053;
}
.AnyTagClassName
{
color: #02E053;
}
</style>
background-color css
<style>
a { background-color: #02E053; }
a { background-color: rgb(2,224,83); }
div.DivClassName
{
background-color: #02E053;
}
.BgClassName
{
background-color: #02E053;
}
</style>
border-color css
<style>
span { border-color: #02E053; }
span { border-color: rgb(2,224,83); }
td.TdClassName
{
border-color: #02E053;
}
.TagClassName
{
border-color: #02E053;
}
</style>