Shades of Malachite #02CF63
Tints of Malachite #02CF63
RGB
CMYK
RGB Variations
Color information
#02CF63 (or 0x02CF63) is known color: Malachite. HEX triplet: 02, CF and 63. RGB value is (2,207,99). Sum of RGB (Red+Green+Blue) = 2+207+99=308 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 308); Green value is 207 (81.25% from 255 or 67.21% from 308); Blue value is 99 (39.06% from 255 or 32.14% from 308); Max value from RGB is 207 - color contains mainly: green. Hex color #02CF63 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02CF63 is #FD309C. Grayscale: #858585. Windows color (decimal): -16593053 or 6541058. OLE color: 6541058.
HSL color Cylindrical-coordinate representation of color #02CF63: hue angle of 148.39º 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 #02CF63 is Cyan = 0.99, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 207 | 99 | - |
| CMYK | 0.99 | 0 | 0.52 | 0.19 |
| HSL | 148.39º | 0.98% | 0.41% | - |
| HSV(B) | 148.39º | 0.99% | 0.81% | - |
| XYZ | 24.59 | 45.54 | 19.3 | - |
| YUV | 133.39 | 108.58 | 34.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 207 | 99 | 0.99 | 0 | 0.52 | 0.19 | 148.39 | 0.98 | 0.41 |
| Hex | 2 | CF | 63 | 63 | 0 | 34 | 13 | 94 | 62 | 29 |
| Octal | 2 | 317 | 143 | 143 | 0 | 64 | 23 | 224 | 142 | 51 |
| Binary | 10 | 11001111 | 1100011 | 1100011 | 0 | 110100 | 10011 | 10010100 | 1100010 | 101001 |
Color Harmonies of #02CF63
Complementary color
Monochromatic Colors of #02CF63
Black with #02CF63
Text Example
Text Example
White with #02CF63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CF63; }
p { color: rgb(2,207,99); }
H1.HeaderClassName
{
color: #02CF63;
}
.AnyTagClassName
{
color: #02CF63;
}
</style>
background-color css
<style>
a { background-color: #02CF63; }
a { background-color: rgb(2,207,99); }
div.DivClassName
{
background-color: #02CF63;
}
.BgClassName
{
background-color: #02CF63;
}
</style>
border-color css
<style>
span { border-color: #02CF63; }
span { border-color: rgb(2,207,99); }
td.TdClassName
{
border-color: #02CF63;
}
.TagClassName
{
border-color: #02CF63;
}
</style>