Shades of Malachite #02CF56
Tints of Malachite #02CF56
RGB
CMYK
RGB Variations
Color information
#02CF56 (or 0x02CF56) is known color: Malachite. HEX triplet: 02, CF and 56. RGB value is (2,207,86). Sum of RGB (Red+Green+Blue) = 2+207+86=295 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 295); Green value is 207 (81.25% from 255 or 70.17% from 295); Blue value is 86 (33.98% from 255 or 29.15% from 295); Max value from RGB is 207 - color contains mainly: green. Hex color #02CF56 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02CF56 is #FD30A9. Grayscale: #848484. Windows color (decimal): -16593066 or 5689090. OLE color: 5689090.
HSL color Cylindrical-coordinate representation of color #02CF56: hue angle of 144.59º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02CF56 is Cyan = 0.99, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 207 | 86 | - |
| CMYK | 0.99 | 0 | 0.58 | 0.19 |
| HSL | 144.59º | 0.98% | 0.41% | - |
| HSV(B) | 144.59º | 0.99% | 0.81% | - |
| XYZ | 24.02 | 45.31 | 16.28 | - |
| YUV | 131.91 | 102.08 | 35.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 207 | 86 | 0.99 | 0 | 0.58 | 0.19 | 144.59 | 0.98 | 0.41 |
| Hex | 2 | CF | 56 | 63 | 0 | 3A | 13 | 91 | 62 | 29 |
| Octal | 2 | 317 | 126 | 143 | 0 | 72 | 23 | 221 | 142 | 51 |
| Binary | 10 | 11001111 | 1010110 | 1100011 | 0 | 111010 | 10011 | 10010001 | 1100010 | 101001 |
Color Harmonies of #02CF56
Complementary color
Monochromatic Colors of #02CF56
Black with #02CF56
Text Example
Text Example
White with #02CF56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CF56; }
p { color: rgb(2,207,86); }
H1.HeaderClassName
{
color: #02CF56;
}
.AnyTagClassName
{
color: #02CF56;
}
</style>
background-color css
<style>
a { background-color: #02CF56; }
a { background-color: rgb(2,207,86); }
div.DivClassName
{
background-color: #02CF56;
}
.BgClassName
{
background-color: #02CF56;
}
</style>
border-color css
<style>
span { border-color: #02CF56; }
span { border-color: rgb(2,207,86); }
td.TdClassName
{
border-color: #02CF56;
}
.TagClassName
{
border-color: #02CF56;
}
</style>