Shades of Malachite #21DC5E
Tints of Malachite #21DC5E
RGB
CMYK
RGB Variations
Color information
#21DC5E (or 0x21DC5E) is known color: Malachite. HEX triplet: 21, DC and 5E. RGB value is (33,220,94). Sum of RGB (Red+Green+Blue) = 33+220+94=347 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.51% from 347); Green value is 220 (86.33% from 255 or 63.40% from 347); Blue value is 94 (37.11% from 255 or 27.09% from 347); Max value from RGB is 220 - color contains mainly: green. Hex color #21DC5E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21DC5E is #DE23A1. Grayscale: #969696. Windows color (decimal): -14558114 or 6216737. OLE color: 6216737.
HSL color Cylindrical-coordinate representation of color #21DC5E: hue angle of 139.57º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21DC5E is Cyan = 0.85, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 220 | 94 | - |
| CMYK | 0.85 | 0 | 0.57 | 0.14 |
| HSL | 139.57º | 0.74% | 0.5% | - |
| HSV(B) | 139.57º | 0.85% | 0.86% | - |
| XYZ | 28.24 | 52.32 | 19.2 | - |
| YUV | 149.72 | 96.55 | 44.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 220 | 94 | 0.85 | 0 | 0.57 | 0.14 | 139.57 | 0.74 | 0.5 |
| Hex | 21 | DC | 5E | 55 | 0 | 39 | E | 8C | 4A | 32 |
| Octal | 41 | 334 | 136 | 125 | 0 | 71 | 16 | 214 | 112 | 62 |
| Binary | 100001 | 11011100 | 1011110 | 1010101 | 0 | 111001 | 1110 | 10001100 | 1001010 | 110010 |
Color Harmonies of #21DC5E
Complementary color
Monochromatic Colors of #21DC5E
Black with #21DC5E
Text Example
Text Example
White with #21DC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DC5E; }
p { color: rgb(33,220,94); }
H1.HeaderClassName
{
color: #21DC5E;
}
.AnyTagClassName
{
color: #21DC5E;
}
</style>
background-color css
<style>
a { background-color: #21DC5E; }
a { background-color: rgb(33,220,94); }
div.DivClassName
{
background-color: #21DC5E;
}
.BgClassName
{
background-color: #21DC5E;
}
</style>
border-color css
<style>
span { border-color: #21DC5E; }
span { border-color: rgb(33,220,94); }
td.TdClassName
{
border-color: #21DC5E;
}
.TagClassName
{
border-color: #21DC5E;
}
</style>