Shades of Malachite #02E855
Tints of Malachite #02E855
RGB
CMYK
RGB Variations
Color information
#02E855 (or 0x02E855) is known color: Malachite. HEX triplet: 02, E8 and 55. RGB value is (2,232,85). Sum of RGB (Red+Green+Blue) = 2+232+85=319 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 319); Green value is 232 (91.02% from 255 or 72.73% from 319); Blue value is 85 (33.59% from 255 or 26.65% from 319); Max value from RGB is 232 - color contains mainly: green. Hex color #02E855 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02E855 is #FD17AA. Grayscale: #929292. Windows color (decimal): -16586667 or 5629954. OLE color: 5629954.
HSL color Cylindrical-coordinate representation of color #02E855: hue angle of 141.65º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02E855 is Cyan = 0.99, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 2 | 232 | 85 | - |
| CMYK | 0.99 | 0 | 0.63 | 0.09 |
| HSL | 141.65º | 0.98% | 0.46% | - |
| HSV(B) | 141.65º | 0.99% | 0.91% | - |
| XYZ | 30.52 | 58.38 | 18.25 | - |
| YUV | 146.47 | 93.3 | 24.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 232 | 85 | 0.99 | 0 | 0.63 | 0.09 | 141.65 | 0.98 | 0.46 |
| Hex | 2 | E8 | 55 | 63 | 0 | 3F | 9 | 8E | 62 | 2E |
| Octal | 2 | 350 | 125 | 143 | 0 | 77 | 11 | 216 | 142 | 56 |
| Binary | 10 | 11101000 | 1010101 | 1100011 | 0 | 111111 | 1001 | 10001110 | 1100010 | 101110 |
Color Harmonies of #02E855
Complementary color
Monochromatic Colors of #02E855
Black with #02E855
Text Example
Text Example
White with #02E855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02E855; }
p { color: rgb(2,232,85); }
H1.HeaderClassName
{
color: #02E855;
}
.AnyTagClassName
{
color: #02E855;
}
</style>
background-color css
<style>
a { background-color: #02E855; }
a { background-color: rgb(2,232,85); }
div.DivClassName
{
background-color: #02E855;
}
.BgClassName
{
background-color: #02E855;
}
</style>
border-color css
<style>
span { border-color: #02E855; }
span { border-color: rgb(2,232,85); }
td.TdClassName
{
border-color: #02E855;
}
.TagClassName
{
border-color: #02E855;
}
</style>