Shades of Malachite #02DF50
Tints of Malachite #02DF50
RGB
CMYK
RGB Variations
Color information
#02DF50 (or 0x02DF50) is known color: Malachite. HEX triplet: 02, DF and 50. RGB value is (2,223,80). Sum of RGB (Red+Green+Blue) = 2+223+80=305 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 305); Green value is 223 (87.5% from 255 or 73.11% from 305); Blue value is 80 (31.64% from 255 or 26.23% from 305); Max value from RGB is 223 - color contains mainly: green. Hex color #02DF50 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02DF50 is #FD20AF. Grayscale: #8C8C8C. Windows color (decimal): -16588976 or 5299970. OLE color: 5299970.
HSL color Cylindrical-coordinate representation of color #02DF50: hue angle of 141.18º 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 #02DF50 is Cyan = 0.99, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 223 | 80 | - |
| CMYK | 0.99 | 0 | 0.64 | 0.13 |
| HSL | 141.18º | 0.98% | 0.44% | - |
| HSV(B) | 141.18º | 0.99% | 0.87% | - |
| XYZ | 27.86 | 53.37 | 16.42 | - |
| YUV | 140.62 | 93.78 | 29.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 223 | 80 | 0.99 | 0 | 0.64 | 0.13 | 141.18 | 0.98 | 0.44 |
| Hex | 2 | DF | 50 | 63 | 0 | 40 | D | 8D | 62 | 2C |
| Octal | 2 | 337 | 120 | 143 | 0 | 100 | 15 | 215 | 142 | 54 |
| Binary | 10 | 11011111 | 1010000 | 1100011 | 0 | 1000000 | 1101 | 10001101 | 1100010 | 101100 |
Color Harmonies of #02DF50
Complementary color
Monochromatic Colors of #02DF50
Black with #02DF50
Text Example
Text Example
White with #02DF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02DF50; }
p { color: rgb(2,223,80); }
H1.HeaderClassName
{
color: #02DF50;
}
.AnyTagClassName
{
color: #02DF50;
}
</style>
background-color css
<style>
a { background-color: #02DF50; }
a { background-color: rgb(2,223,80); }
div.DivClassName
{
background-color: #02DF50;
}
.BgClassName
{
background-color: #02DF50;
}
</style>
border-color css
<style>
span { border-color: #02DF50; }
span { border-color: rgb(2,223,80); }
td.TdClassName
{
border-color: #02DF50;
}
.TagClassName
{
border-color: #02DF50;
}
</style>