Shades of Malachite #02E558
Tints of Malachite #02E558
RGB
CMYK
RGB Variations
Color information
#02E558 (or 0x02E558) is known color: Malachite. HEX triplet: 02, E5 and 58. RGB value is (2,229,88). Sum of RGB (Red+Green+Blue) = 2+229+88=319 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 319); Green value is 229 (89.84% from 255 or 71.79% from 319); Blue value is 88 (34.77% from 255 or 27.59% from 319); Max value from RGB is 229 - color contains mainly: green. Hex color #02E558 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02E558 is #FD1AA7. Grayscale: #919191. Windows color (decimal): -16587432 or 5825794. OLE color: 5825794.
HSL color Cylindrical-coordinate representation of color #02E558: hue angle of 142.73º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02E558 is Cyan = 0.99, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 2 | 229 | 88 | - |
| CMYK | 0.99 | 0 | 0.62 | 0.10 |
| HSL | 142.73º | 0.98% | 0.45% | - |
| HSV(B) | 142.73º | 0.99% | 0.9% | - |
| XYZ | 29.81 | 56.76 | 18.62 | - |
| YUV | 145.05 | 95.79 | 25.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 229 | 88 | 0.99 | 0 | 0.62 | 0.10 | 142.73 | 0.98 | 0.45 |
| Hex | 2 | E5 | 58 | 63 | 0 | 3E | A | 8F | 62 | 2D |
| Octal | 2 | 345 | 130 | 143 | 0 | 76 | 12 | 217 | 142 | 55 |
| Binary | 10 | 11100101 | 1011000 | 1100011 | 0 | 111110 | 1010 | 10001111 | 1100010 | 101101 |
Color Harmonies of #02E558
Complementary color
Monochromatic Colors of #02E558
Black with #02E558
Text Example
Text Example
White with #02E558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02E558; }
p { color: rgb(2,229,88); }
H1.HeaderClassName
{
color: #02E558;
}
.AnyTagClassName
{
color: #02E558;
}
</style>
background-color css
<style>
a { background-color: #02E558; }
a { background-color: rgb(2,229,88); }
div.DivClassName
{
background-color: #02E558;
}
.BgClassName
{
background-color: #02E558;
}
</style>
border-color css
<style>
span { border-color: #02E558; }
span { border-color: rgb(2,229,88); }
td.TdClassName
{
border-color: #02E558;
}
.TagClassName
{
border-color: #02E558;
}
</style>