Shades of Malachite #02CF6B
Tints of Malachite #02CF6B
RGB
CMYK
RGB Variations
Color information
#02CF6B (or 0x02CF6B) is known color: Malachite. HEX triplet: 02, CF and 6B. RGB value is (2,207,107). Sum of RGB (Red+Green+Blue) = 2+207+107=316 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 316); Green value is 207 (81.25% from 255 or 65.51% from 316); Blue value is 107 (42.19% from 255 or 33.86% from 316); Max value from RGB is 207 - color contains mainly: green. Hex color #02CF6B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02CF6B is #FD3094. Grayscale: #868686. Windows color (decimal): -16593045 or 7065346. OLE color: 7065346.
HSL color Cylindrical-coordinate representation of color #02CF6B: hue angle of 150.73º 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 #02CF6B is Cyan = 0.99, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 207 | 107 | - |
| CMYK | 0.99 | 0 | 0.48 | 0.19 |
| HSL | 150.73º | 0.98% | 0.41% | - |
| HSV(B) | 150.73º | 0.99% | 0.81% | - |
| XYZ | 24.99 | 45.7 | 21.41 | - |
| YUV | 134.31 | 112.58 | 33.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 207 | 107 | 0.99 | 0 | 0.48 | 0.19 | 150.73 | 0.98 | 0.41 |
| Hex | 2 | CF | 6B | 63 | 0 | 30 | 13 | 97 | 62 | 29 |
| Octal | 2 | 317 | 153 | 143 | 0 | 60 | 23 | 227 | 142 | 51 |
| Binary | 10 | 11001111 | 1101011 | 1100011 | 0 | 110000 | 10011 | 10010111 | 1100010 | 101001 |
Color Harmonies of #02CF6B
Complementary color
Monochromatic Colors of #02CF6B
Black with #02CF6B
Text Example
Text Example
White with #02CF6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CF6B; }
p { color: rgb(2,207,107); }
H1.HeaderClassName
{
color: #02CF6B;
}
.AnyTagClassName
{
color: #02CF6B;
}
</style>
background-color css
<style>
a { background-color: #02CF6B; }
a { background-color: rgb(2,207,107); }
div.DivClassName
{
background-color: #02CF6B;
}
.BgClassName
{
background-color: #02CF6B;
}
</style>
border-color css
<style>
span { border-color: #02CF6B; }
span { border-color: rgb(2,207,107); }
td.TdClassName
{
border-color: #02CF6B;
}
.TagClassName
{
border-color: #02CF6B;
}
</style>