Shades of Malachite #02DF4F
Tints of Malachite #02DF4F
RGB
CMYK
RGB Variations
Color information
#02DF4F (or 0x02DF4F) is known color: Malachite. HEX triplet: 02, DF and 4F. RGB value is (2,223,79). Sum of RGB (Red+Green+Blue) = 2+223+79=304 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 304); Green value is 223 (87.5% from 255 or 73.36% from 304); Blue value is 79 (31.25% from 255 or 25.99% from 304); Max value from RGB is 223 - color contains mainly: green. Hex color #02DF4F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02DF4F is #FD20B0. Grayscale: #8C8C8C. Windows color (decimal): -16588977 or 5234434. OLE color: 5234434.
HSL color Cylindrical-coordinate representation of color #02DF4F: hue angle of 140.9º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02DF4F is Cyan = 0.99, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 223 | 79 | - |
| CMYK | 0.99 | 0 | 0.65 | 0.13 |
| HSL | 140.91º | 0.98% | 0.44% | - |
| HSV(B) | 140.91º | 0.99% | 0.87% | - |
| XYZ | 27.82 | 53.35 | 16.23 | - |
| YUV | 140.51 | 93.28 | 29.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 223 | 79 | 0.99 | 0 | 0.65 | 0.13 | 140.91 | 0.98 | 0.44 |
| Hex | 2 | DF | 4F | 63 | 0 | 41 | D | 8D | 62 | 2C |
| Octal | 2 | 337 | 117 | 143 | 0 | 101 | 15 | 215 | 142 | 54 |
| Binary | 10 | 11011111 | 1001111 | 1100011 | 0 | 1000001 | 1101 | 10001101 | 1100010 | 101100 |
Color Harmonies of #02DF4F
Complementary color
Monochromatic Colors of #02DF4F
Black with #02DF4F
Text Example
Text Example
White with #02DF4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02DF4F; }
p { color: rgb(2,223,79); }
H1.HeaderClassName
{
color: #02DF4F;
}
.AnyTagClassName
{
color: #02DF4F;
}
</style>
background-color css
<style>
a { background-color: #02DF4F; }
a { background-color: rgb(2,223,79); }
div.DivClassName
{
background-color: #02DF4F;
}
.BgClassName
{
background-color: #02DF4F;
}
</style>
border-color css
<style>
span { border-color: #02DF4F; }
span { border-color: rgb(2,223,79); }
td.TdClassName
{
border-color: #02DF4F;
}
.TagClassName
{
border-color: #02DF4F;
}
</style>