Shades of Malachite #02DF61
Tints of Malachite #02DF61
RGB
CMYK
RGB Variations
Color information
#02DF61 (or 0x02DF61) is known color: Malachite. HEX triplet: 02, DF and 61. RGB value is (2,223,97). Sum of RGB (Red+Green+Blue) = 2+223+97=322 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 322); Green value is 223 (87.5% from 255 or 69.25% from 322); Blue value is 97 (38.28% from 255 or 30.12% from 322); Max value from RGB is 223 - color contains mainly: green. Hex color #02DF61 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02DF61 is #FD209E. Grayscale: #8E8E8E. Windows color (decimal): -16588959 or 6414082. OLE color: 6414082.
HSL color Cylindrical-coordinate representation of color #02DF61: hue angle of 145.79º 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 #02DF61 is Cyan = 0.99, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 223 | 97 | - |
| CMYK | 0.99 | 0 | 0.57 | 0.13 |
| HSL | 145.79º | 0.98% | 0.44% | - |
| HSV(B) | 145.79º | 0.99% | 0.87% | - |
| XYZ | 28.57 | 53.65 | 20.16 | - |
| YUV | 142.56 | 102.28 | 27.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 223 | 97 | 0.99 | 0 | 0.57 | 0.13 | 145.79 | 0.98 | 0.44 |
| Hex | 2 | DF | 61 | 63 | 0 | 39 | D | 92 | 62 | 2C |
| Octal | 2 | 337 | 141 | 143 | 0 | 71 | 15 | 222 | 142 | 54 |
| Binary | 10 | 11011111 | 1100001 | 1100011 | 0 | 111001 | 1101 | 10010010 | 1100010 | 101100 |
Color Harmonies of #02DF61
Complementary color
Monochromatic Colors of #02DF61
Black with #02DF61
Text Example
Text Example
White with #02DF61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02DF61; }
p { color: rgb(2,223,97); }
H1.HeaderClassName
{
color: #02DF61;
}
.AnyTagClassName
{
color: #02DF61;
}
</style>
background-color css
<style>
a { background-color: #02DF61; }
a { background-color: rgb(2,223,97); }
div.DivClassName
{
background-color: #02DF61;
}
.BgClassName
{
background-color: #02DF61;
}
</style>
border-color css
<style>
span { border-color: #02DF61; }
span { border-color: rgb(2,223,97); }
td.TdClassName
{
border-color: #02DF61;
}
.TagClassName
{
border-color: #02DF61;
}
</style>