Shades of Malachite #02CF4D
Tints of Malachite #02CF4D
RGB
CMYK
RGB Variations
Color information
#02CF4D (or 0x02CF4D) is known color: Malachite. HEX triplet: 02, CF and 4D. RGB value is (2,207,77). Sum of RGB (Red+Green+Blue) = 2+207+77=286 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 286); Green value is 207 (81.25% from 255 or 72.38% from 286); Blue value is 77 (30.47% from 255 or 26.92% from 286); Max value from RGB is 207 - color contains mainly: green. Hex color #02CF4D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02CF4D is #FD30B2. Grayscale: #838383. Windows color (decimal): -16593075 or 5099266. OLE color: 5099266.
HSL color Cylindrical-coordinate representation of color #02CF4D: hue angle of 141.95º 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 #02CF4D is Cyan = 0.99, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 207 | 77 | - |
| CMYK | 0.99 | 0 | 0.63 | 0.19 |
| HSL | 141.95º | 0.98% | 0.41% | - |
| HSV(B) | 141.95º | 0.99% | 0.81% | - |
| XYZ | 23.68 | 45.17 | 14.49 | - |
| YUV | 130.89 | 97.58 | 36.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 207 | 77 | 0.99 | 0 | 0.63 | 0.19 | 141.95 | 0.98 | 0.41 |
| Hex | 2 | CF | 4D | 63 | 0 | 3F | 13 | 8E | 62 | 29 |
| Octal | 2 | 317 | 115 | 143 | 0 | 77 | 23 | 216 | 142 | 51 |
| Binary | 10 | 11001111 | 1001101 | 1100011 | 0 | 111111 | 10011 | 10001110 | 1100010 | 101001 |
Color Harmonies of #02CF4D
Complementary color
Monochromatic Colors of #02CF4D
Black with #02CF4D
Text Example
Text Example
White with #02CF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CF4D; }
p { color: rgb(2,207,77); }
H1.HeaderClassName
{
color: #02CF4D;
}
.AnyTagClassName
{
color: #02CF4D;
}
</style>
background-color css
<style>
a { background-color: #02CF4D; }
a { background-color: rgb(2,207,77); }
div.DivClassName
{
background-color: #02CF4D;
}
.BgClassName
{
background-color: #02CF4D;
}
</style>
border-color css
<style>
span { border-color: #02CF4D; }
span { border-color: rgb(2,207,77); }
td.TdClassName
{
border-color: #02CF4D;
}
.TagClassName
{
border-color: #02CF4D;
}
</style>