Shades of Malachite #21DD6E
Tints of Malachite #21DD6E
RGB
CMYK
RGB Variations
Color information
#21DD6E (or 0x21DD6E) is known color: Malachite. HEX triplet: 21, DD and 6E. RGB value is (33,221,110). Sum of RGB (Red+Green+Blue) = 33+221+110=364 (48% of max value = 765). Red value is 33 (13.28% from 255 or 9.07% from 364); Green value is 221 (86.72% from 255 or 60.71% from 364); Blue value is 110 (43.36% from 255 or 30.22% from 364); Max value from RGB is 221 - color contains mainly: green. Hex color #21DD6E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21DD6E is #DE2291. Grayscale: #989898. Windows color (decimal): -14557842 or 7265569. OLE color: 7265569.
HSL color Cylindrical-coordinate representation of color #21DD6E: hue angle of 144.57º 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 #21DD6E is Cyan = 0.85, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 221 | 110 | - |
| CMYK | 0.85 | 0 | 0.50 | 0.13 |
| HSL | 144.57º | 0.74% | 0.5% | - |
| HSV(B) | 144.57º | 0.85% | 0.87% | - |
| XYZ | 29.3 | 53.16 | 23.47 | - |
| YUV | 152.13 | 104.22 | 43.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 221 | 110 | 0.85 | 0 | 0.50 | 0.13 | 144.57 | 0.74 | 0.5 |
| Hex | 21 | DD | 6E | 55 | 0 | 32 | D | 91 | 4A | 32 |
| Octal | 41 | 335 | 156 | 125 | 0 | 62 | 15 | 221 | 112 | 62 |
| Binary | 100001 | 11011101 | 1101110 | 1010101 | 0 | 110010 | 1101 | 10010001 | 1001010 | 110010 |
Color Harmonies of #21DD6E
Complementary color
Monochromatic Colors of #21DD6E
Black with #21DD6E
Text Example
Text Example
White with #21DD6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DD6E; }
p { color: rgb(33,221,110); }
H1.HeaderClassName
{
color: #21DD6E;
}
.AnyTagClassName
{
color: #21DD6E;
}
</style>
background-color css
<style>
a { background-color: #21DD6E; }
a { background-color: rgb(33,221,110); }
div.DivClassName
{
background-color: #21DD6E;
}
.BgClassName
{
background-color: #21DD6E;
}
</style>
border-color css
<style>
span { border-color: #21DD6E; }
span { border-color: rgb(33,221,110); }
td.TdClassName
{
border-color: #21DD6E;
}
.TagClassName
{
border-color: #21DD6E;
}
</style>