Shades of Malachite #21DD5E
Tints of Malachite #21DD5E
RGB
CMYK
RGB Variations
Color information
#21DD5E (or 0x21DD5E) is known color: Malachite. HEX triplet: 21, DD and 5E. RGB value is (33,221,94). Sum of RGB (Red+Green+Blue) = 33+221+94=348 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.48% from 348); Green value is 221 (86.72% from 255 or 63.51% from 348); Blue value is 94 (37.11% from 255 or 27.01% from 348); Max value from RGB is 221 - color contains mainly: green. Hex color #21DD5E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21DD5E is #DE22A1. Grayscale: #969696. Windows color (decimal): -14557858 or 6216993. OLE color: 6216993.
HSL color Cylindrical-coordinate representation of color #21DD5E: hue angle of 139.47º 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 #21DD5E is Cyan = 0.85, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 221 | 94 | - |
| CMYK | 0.85 | 0 | 0.57 | 0.13 |
| HSL | 139.47º | 0.74% | 0.5% | - |
| HSV(B) | 139.47º | 0.85% | 0.87% | - |
| XYZ | 28.5 | 52.84 | 19.29 | - |
| YUV | 150.31 | 96.22 | 44.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 221 | 94 | 0.85 | 0 | 0.57 | 0.13 | 139.47 | 0.74 | 0.5 |
| Hex | 21 | DD | 5E | 55 | 0 | 39 | D | 8B | 4A | 32 |
| Octal | 41 | 335 | 136 | 125 | 0 | 71 | 15 | 213 | 112 | 62 |
| Binary | 100001 | 11011101 | 1011110 | 1010101 | 0 | 111001 | 1101 | 10001011 | 1001010 | 110010 |
Color Harmonies of #21DD5E
Complementary color
Monochromatic Colors of #21DD5E
Black with #21DD5E
Text Example
Text Example
White with #21DD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DD5E; }
p { color: rgb(33,221,94); }
H1.HeaderClassName
{
color: #21DD5E;
}
.AnyTagClassName
{
color: #21DD5E;
}
</style>
background-color css
<style>
a { background-color: #21DD5E; }
a { background-color: rgb(33,221,94); }
div.DivClassName
{
background-color: #21DD5E;
}
.BgClassName
{
background-color: #21DD5E;
}
</style>
border-color css
<style>
span { border-color: #21DD5E; }
span { border-color: rgb(33,221,94); }
td.TdClassName
{
border-color: #21DD5E;
}
.TagClassName
{
border-color: #21DD5E;
}
</style>