Shades of Malachite #02CE4D
Tints of Malachite #02CE4D
RGB
CMYK
RGB Variations
Color information
#02CE4D (or 0x02CE4D) is known color: Malachite. HEX triplet: 02, CE and 4D. RGB value is (2,206,77). Sum of RGB (Red+Green+Blue) = 2+206+77=285 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 285); Green value is 206 (80.86% from 255 or 72.28% from 285); Blue value is 77 (30.47% from 255 or 27.02% from 285); Max value from RGB is 206 - color contains mainly: green. Hex color #02CE4D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02CE4D is #FD31B2. Grayscale: #828282. Windows color (decimal): -16593331 or 5099010. OLE color: 5099010.
HSL color Cylindrical-coordinate representation of color #02CE4D: hue angle of 142.06º 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 #02CE4D is Cyan = 0.99, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 206 | 77 | - |
| CMYK | 0.99 | 0 | 0.63 | 0.19 |
| HSL | 142.06º | 0.98% | 0.41% | - |
| HSV(B) | 142.06º | 0.99% | 0.81% | - |
| XYZ | 23.44 | 44.69 | 14.41 | - |
| YUV | 130.3 | 97.91 | 36.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 206 | 77 | 0.99 | 0 | 0.63 | 0.19 | 142.06 | 0.98 | 0.41 |
| Hex | 2 | CE | 4D | 63 | 0 | 3F | 13 | 8E | 62 | 29 |
| Octal | 2 | 316 | 115 | 143 | 0 | 77 | 23 | 216 | 142 | 51 |
| Binary | 10 | 11001110 | 1001101 | 1100011 | 0 | 111111 | 10011 | 10001110 | 1100010 | 101001 |
Color Harmonies of #02CE4D
Complementary color
Monochromatic Colors of #02CE4D
Black with #02CE4D
Text Example
Text Example
White with #02CE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CE4D; }
p { color: rgb(2,206,77); }
H1.HeaderClassName
{
color: #02CE4D;
}
.AnyTagClassName
{
color: #02CE4D;
}
</style>
background-color css
<style>
a { background-color: #02CE4D; }
a { background-color: rgb(2,206,77); }
div.DivClassName
{
background-color: #02CE4D;
}
.BgClassName
{
background-color: #02CE4D;
}
</style>
border-color css
<style>
span { border-color: #02CE4D; }
span { border-color: rgb(2,206,77); }
td.TdClassName
{
border-color: #02CE4D;
}
.TagClassName
{
border-color: #02CE4D;
}
</style>