Shades of Malachite #02DF3F
Tints of Malachite #02DF3F
RGB
CMYK
RGB Variations
Color information
#02DF3F (or 0x02DF3F) is known color: Malachite. HEX triplet: 02, DF and 3F. RGB value is (2,223,63). Sum of RGB (Red+Green+Blue) = 2+223+63=288 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 288); Green value is 223 (87.5% from 255 or 77.43% from 288); Blue value is 63 (25% from 255 or 21.88% from 288); Max value from RGB is 223 - color contains mainly: green. Hex color #02DF3F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02DF3F is #FD20C0. Grayscale: #8B8B8B. Windows color (decimal): -16588993 or 4185858. OLE color: 4185858.
HSL color Cylindrical-coordinate representation of color #02DF3F: hue angle of 136.56º 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 #02DF3F is Cyan = 0.99, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 223 | 63 | - |
| CMYK | 0.99 | 0 | 0.72 | 0.13 |
| HSL | 136.56º | 0.98% | 0.44% | - |
| HSV(B) | 136.56º | 0.99% | 0.87% | - |
| XYZ | 27.31 | 53.15 | 13.52 | - |
| YUV | 138.68 | 85.28 | 30.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 223 | 63 | 0.99 | 0 | 0.72 | 0.13 | 136.56 | 0.98 | 0.44 |
| Hex | 2 | DF | 3F | 63 | 0 | 48 | D | 89 | 62 | 2C |
| Octal | 2 | 337 | 77 | 143 | 0 | 110 | 15 | 211 | 142 | 54 |
| Binary | 10 | 11011111 | 111111 | 1100011 | 0 | 1001000 | 1101 | 10001001 | 1100010 | 101100 |
Color Harmonies of #02DF3F
Complementary color
Monochromatic Colors of #02DF3F
Black with #02DF3F
Text Example
Text Example
White with #02DF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02DF3F; }
p { color: rgb(2,223,63); }
H1.HeaderClassName
{
color: #02DF3F;
}
.AnyTagClassName
{
color: #02DF3F;
}
</style>
background-color css
<style>
a { background-color: #02DF3F; }
a { background-color: rgb(2,223,63); }
div.DivClassName
{
background-color: #02DF3F;
}
.BgClassName
{
background-color: #02DF3F;
}
</style>
border-color css
<style>
span { border-color: #02DF3F; }
span { border-color: rgb(2,223,63); }
td.TdClassName
{
border-color: #02DF3F;
}
.TagClassName
{
border-color: #02DF3F;
}
</style>