Shades of Malachite #02EA4D
Tints of Malachite #02EA4D
RGB
CMYK
RGB Variations
Color information
#02EA4D (or 0x02EA4D) is known color: Malachite. HEX triplet: 02, EA and 4D. RGB value is (2,234,77). Sum of RGB (Red+Green+Blue) = 2+234+77=313 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 313); Green value is 234 (91.80% from 255 or 74.76% from 313); Blue value is 77 (30.47% from 255 or 24.60% from 313); Max value from RGB is 234 - color contains mainly: green. Hex color #02EA4D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02EA4D is #FD15B2. Grayscale: #939393. Windows color (decimal): -16586163 or 5106178. OLE color: 5106178.
HSL color Cylindrical-coordinate representation of color #02EA4D: hue angle of 139.4º 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 #02EA4D is Cyan = 0.99, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 2 | 234 | 77 | - |
| CMYK | 0.99 | 0 | 0.67 | 0.08 |
| HSL | 139.4º | 0.98% | 0.46% | - |
| HSV(B) | 139.4º | 0.99% | 0.92% | - |
| XYZ | 30.79 | 59.39 | 16.86 | - |
| YUV | 146.73 | 88.64 | 24.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 234 | 77 | 0.99 | 0 | 0.67 | 0.08 | 139.4 | 0.98 | 0.46 |
| Hex | 2 | EA | 4D | 63 | 0 | 43 | 8 | 8B | 62 | 2E |
| Octal | 2 | 352 | 115 | 143 | 0 | 103 | 10 | 213 | 142 | 56 |
| Binary | 10 | 11101010 | 1001101 | 1100011 | 0 | 1000011 | 1000 | 10001011 | 1100010 | 101110 |
Color Harmonies of #02EA4D
Complementary color
Monochromatic Colors of #02EA4D
Black with #02EA4D
Text Example
Text Example
White with #02EA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02EA4D; }
p { color: rgb(2,234,77); }
H1.HeaderClassName
{
color: #02EA4D;
}
.AnyTagClassName
{
color: #02EA4D;
}
</style>
background-color css
<style>
a { background-color: #02EA4D; }
a { background-color: rgb(2,234,77); }
div.DivClassName
{
background-color: #02EA4D;
}
.BgClassName
{
background-color: #02EA4D;
}
</style>
border-color css
<style>
span { border-color: #02EA4D; }
span { border-color: rgb(2,234,77); }
td.TdClassName
{
border-color: #02EA4D;
}
.TagClassName
{
border-color: #02EA4D;
}
</style>