Shades of Malachite #21DD4E
Tints of Malachite #21DD4E
RGB
CMYK
RGB Variations
Color information
#21DD4E (or 0x21DD4E) is known color: Malachite. HEX triplet: 21, DD and 4E. RGB value is (33,221,78). Sum of RGB (Red+Green+Blue) = 33+221+78=332 (43% of max value = 765). Red value is 33 (13.28% from 255 or 9.94% from 332); Green value is 221 (86.72% from 255 or 66.57% from 332); Blue value is 78 (30.86% from 255 or 23.49% from 332); Max value from RGB is 221 - color contains mainly: green. Hex color #21DD4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21DD4E is #DE22B1. Grayscale: #949494. Windows color (decimal): -14557874 or 5168417. OLE color: 5168417.
HSL color Cylindrical-coordinate representation of color #21DD4E: hue angle of 134.36º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21DD4E is Cyan = 0.85, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 221 | 78 | - |
| CMYK | 0.85 | 0 | 0.65 | 0.13 |
| HSL | 134.36º | 0.74% | 0.5% | - |
| HSV(B) | 134.36º | 0.85% | 0.87% | - |
| XYZ | 27.86 | 52.59 | 15.89 | - |
| YUV | 148.49 | 88.22 | 45.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 221 | 78 | 0.85 | 0 | 0.65 | 0.13 | 134.36 | 0.74 | 0.5 |
| Hex | 21 | DD | 4E | 55 | 0 | 41 | D | 86 | 4A | 32 |
| Octal | 41 | 335 | 116 | 125 | 0 | 101 | 15 | 206 | 112 | 62 |
| Binary | 100001 | 11011101 | 1001110 | 1010101 | 0 | 1000001 | 1101 | 10000110 | 1001010 | 110010 |
Color Harmonies of #21DD4E
Complementary color
Monochromatic Colors of #21DD4E
Black with #21DD4E
Text Example
Text Example
White with #21DD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DD4E; }
p { color: rgb(33,221,78); }
H1.HeaderClassName
{
color: #21DD4E;
}
.AnyTagClassName
{
color: #21DD4E;
}
</style>
background-color css
<style>
a { background-color: #21DD4E; }
a { background-color: rgb(33,221,78); }
div.DivClassName
{
background-color: #21DD4E;
}
.BgClassName
{
background-color: #21DD4E;
}
</style>
border-color css
<style>
span { border-color: #21DD4E; }
span { border-color: rgb(33,221,78); }
td.TdClassName
{
border-color: #21DD4E;
}
.TagClassName
{
border-color: #21DD4E;
}
</style>