Shades of Malachite #21DC4D
Tints of Malachite #21DC4D
RGB
CMYK
RGB Variations
Color information
#21DC4D (or 0x21DC4D) is known color: Malachite. HEX triplet: 21, DC and 4D. RGB value is (33,220,77). Sum of RGB (Red+Green+Blue) = 33+220+77=330 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10% from 330); Green value is 220 (86.33% from 255 or 66.67% from 330); Blue value is 77 (30.47% from 255 or 23.33% from 330); Max value from RGB is 220 - color contains mainly: green. Hex color #21DC4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21DC4D is #DE23B2. Grayscale: #949494. Windows color (decimal): -14558131 or 5102625. OLE color: 5102625.
HSL color Cylindrical-coordinate representation of color #21DC4D: hue angle of 134.12º 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 #21DC4D is Cyan = 0.85, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 220 | 77 | - |
| CMYK | 0.85 | 0 | 0.65 | 0.14 |
| HSL | 134.12º | 0.74% | 0.5% | - |
| HSV(B) | 134.12º | 0.85% | 0.86% | - |
| XYZ | 27.56 | 52.05 | 15.61 | - |
| YUV | 147.79 | 88.05 | 46.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 220 | 77 | 0.85 | 0 | 0.65 | 0.14 | 134.12 | 0.74 | 0.5 |
| Hex | 21 | DC | 4D | 55 | 0 | 41 | E | 86 | 4A | 32 |
| Octal | 41 | 334 | 115 | 125 | 0 | 101 | 16 | 206 | 112 | 62 |
| Binary | 100001 | 11011100 | 1001101 | 1010101 | 0 | 1000001 | 1110 | 10000110 | 1001010 | 110010 |
Color Harmonies of #21DC4D
Complementary color
Monochromatic Colors of #21DC4D
Black with #21DC4D
Text Example
Text Example
White with #21DC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DC4D; }
p { color: rgb(33,220,77); }
H1.HeaderClassName
{
color: #21DC4D;
}
.AnyTagClassName
{
color: #21DC4D;
}
</style>
background-color css
<style>
a { background-color: #21DC4D; }
a { background-color: rgb(33,220,77); }
div.DivClassName
{
background-color: #21DC4D;
}
.BgClassName
{
background-color: #21DC4D;
}
</style>
border-color css
<style>
span { border-color: #21DC4D; }
span { border-color: rgb(33,220,77); }
td.TdClassName
{
border-color: #21DC4D;
}
.TagClassName
{
border-color: #21DC4D;
}
</style>