Shades of Malachite #02CA55
Tints of Malachite #02CA55
RGB
CMYK
RGB Variations
Color information
#02CA55 (or 0x02CA55) is known color: Malachite. HEX triplet: 02, CA and 55. RGB value is (2,202,85). Sum of RGB (Red+Green+Blue) = 2+202+85=289 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 289); Green value is 202 (79.30% from 255 or 69.90% from 289); Blue value is 85 (33.59% from 255 or 29.41% from 289); Max value from RGB is 202 - color contains mainly: green. Hex color #02CA55 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02CA55 is #FD35AA. Grayscale: #818181. Windows color (decimal): -16594347 or 5622274. OLE color: 5622274.
HSL color Cylindrical-coordinate representation of color #02CA55: hue angle of 144.9º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02CA55 is Cyan = 0.99, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 2 | 202 | 85 | - |
| CMYK | 0.99 | 0 | 0.58 | 0.21 |
| HSL | 144.9º | 0.98% | 0.4% | - |
| HSV(B) | 144.9º | 0.99% | 0.79% | - |
| XYZ | 22.79 | 42.91 | 15.68 | - |
| YUV | 128.86 | 103.24 | 37.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 202 | 85 | 0.99 | 0 | 0.58 | 0.21 | 144.9 | 0.98 | 0.4 |
| Hex | 2 | CA | 55 | 63 | 0 | 3A | 15 | 91 | 62 | 28 |
| Octal | 2 | 312 | 125 | 143 | 0 | 72 | 25 | 221 | 142 | 50 |
| Binary | 10 | 11001010 | 1010101 | 1100011 | 0 | 111010 | 10101 | 10010001 | 1100010 | 101000 |
Color Harmonies of #02CA55
Complementary color
Monochromatic Colors of #02CA55
Black with #02CA55
Text Example
Text Example
White with #02CA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CA55; }
p { color: rgb(2,202,85); }
H1.HeaderClassName
{
color: #02CA55;
}
.AnyTagClassName
{
color: #02CA55;
}
</style>
background-color css
<style>
a { background-color: #02CA55; }
a { background-color: rgb(2,202,85); }
div.DivClassName
{
background-color: #02CA55;
}
.BgClassName
{
background-color: #02CA55;
}
</style>
border-color css
<style>
span { border-color: #02CA55; }
span { border-color: rgb(2,202,85); }
td.TdClassName
{
border-color: #02CA55;
}
.TagClassName
{
border-color: #02CA55;
}
</style>