Shades of Malachite #02CF4E
Tints of Malachite #02CF4E
RGB
CMYK
RGB Variations
Color information
#02CF4E (or 0x02CF4E) is known color: Malachite. HEX triplet: 02, CF and 4E. RGB value is (2,207,78). Sum of RGB (Red+Green+Blue) = 2+207+78=287 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 287); Green value is 207 (81.25% from 255 or 72.13% from 287); Blue value is 78 (30.86% from 255 or 27.18% from 287); Max value from RGB is 207 - color contains mainly: green. Hex color #02CF4E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02CF4E is #FD30B1. Grayscale: #838383. Windows color (decimal): -16593074 or 5164802. OLE color: 5164802.
HSL color Cylindrical-coordinate representation of color #02CF4E: hue angle of 142.24º 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 #02CF4E is Cyan = 0.99, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 207 | 78 | - |
| CMYK | 0.99 | 0 | 0.62 | 0.19 |
| HSL | 142.24º | 0.98% | 0.41% | - |
| HSV(B) | 142.24º | 0.99% | 0.81% | - |
| XYZ | 23.71 | 45.19 | 14.68 | - |
| YUV | 131 | 98.08 | 35.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 207 | 78 | 0.99 | 0 | 0.62 | 0.19 | 142.24 | 0.98 | 0.41 |
| Hex | 2 | CF | 4E | 63 | 0 | 3E | 13 | 8E | 62 | 29 |
| Octal | 2 | 317 | 116 | 143 | 0 | 76 | 23 | 216 | 142 | 51 |
| Binary | 10 | 11001111 | 1001110 | 1100011 | 0 | 111110 | 10011 | 10001110 | 1100010 | 101001 |
Color Harmonies of #02CF4E
Complementary color
Monochromatic Colors of #02CF4E
Black with #02CF4E
Text Example
Text Example
White with #02CF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CF4E; }
p { color: rgb(2,207,78); }
H1.HeaderClassName
{
color: #02CF4E;
}
.AnyTagClassName
{
color: #02CF4E;
}
</style>
background-color css
<style>
a { background-color: #02CF4E; }
a { background-color: rgb(2,207,78); }
div.DivClassName
{
background-color: #02CF4E;
}
.BgClassName
{
background-color: #02CF4E;
}
</style>
border-color css
<style>
span { border-color: #02CF4E; }
span { border-color: rgb(2,207,78); }
td.TdClassName
{
border-color: #02CF4E;
}
.TagClassName
{
border-color: #02CF4E;
}
</style>