Shades of Malachite #02CF72
Tints of Malachite #02CF72
RGB
CMYK
RGB Variations
Color information
#02CF72 (or 0x02CF72) is known color: Malachite. HEX triplet: 02, CF and 72. RGB value is (2,207,114). Sum of RGB (Red+Green+Blue) = 2+207+114=323 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 323); Green value is 207 (81.25% from 255 or 64.09% from 323); Blue value is 114 (44.92% from 255 or 35.29% from 323); Max value from RGB is 207 - color contains mainly: green. Hex color #02CF72 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02CF72 is #FD308D. Grayscale: #878787. Windows color (decimal): -16593038 or 7524098. OLE color: 7524098.
HSL color Cylindrical-coordinate representation of color #02CF72: hue angle of 152.78º 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 #02CF72 is Cyan = 0.99, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 207 | 114 | - |
| CMYK | 0.99 | 0 | 0.45 | 0.19 |
| HSL | 152.78º | 0.98% | 0.41% | - |
| HSV(B) | 152.78º | 0.99% | 0.81% | - |
| XYZ | 25.38 | 45.85 | 23.43 | - |
| YUV | 135.1 | 116.08 | 33.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 207 | 114 | 0.99 | 0 | 0.45 | 0.19 | 152.78 | 0.98 | 0.41 |
| Hex | 2 | CF | 72 | 63 | 0 | 2D | 13 | 99 | 62 | 29 |
| Octal | 2 | 317 | 162 | 143 | 0 | 55 | 23 | 231 | 142 | 51 |
| Binary | 10 | 11001111 | 1110010 | 1100011 | 0 | 101101 | 10011 | 10011001 | 1100010 | 101001 |
Color Harmonies of #02CF72
Complementary color
Monochromatic Colors of #02CF72
Black with #02CF72
Text Example
Text Example
White with #02CF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CF72; }
p { color: rgb(2,207,114); }
H1.HeaderClassName
{
color: #02CF72;
}
.AnyTagClassName
{
color: #02CF72;
}
</style>
background-color css
<style>
a { background-color: #02CF72; }
a { background-color: rgb(2,207,114); }
div.DivClassName
{
background-color: #02CF72;
}
.BgClassName
{
background-color: #02CF72;
}
</style>
border-color css
<style>
span { border-color: #02CF72; }
span { border-color: rgb(2,207,114); }
td.TdClassName
{
border-color: #02CF72;
}
.TagClassName
{
border-color: #02CF72;
}
</style>