Shades of Malachite #21DD5D
Tints of Malachite #21DD5D
RGB
CMYK
RGB Variations
Color information
#21DD5D (or 0x21DD5D) is known color: Malachite. HEX triplet: 21, DD and 5D. RGB value is (33,221,93). Sum of RGB (Red+Green+Blue) = 33+221+93=347 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.51% from 347); Green value is 221 (86.72% from 255 or 63.69% from 347); Blue value is 93 (36.72% from 255 or 26.80% from 347); Max value from RGB is 221 - color contains mainly: green. Hex color #21DD5D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21DD5D is #DE22A2. Grayscale: #969696. Windows color (decimal): -14557859 or 6151457. OLE color: 6151457.
HSL color Cylindrical-coordinate representation of color #21DD5D: hue angle of 139.15º 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 #21DD5D is Cyan = 0.85, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 221 | 93 | - |
| CMYK | 0.85 | 0 | 0.58 | 0.13 |
| HSL | 139.15º | 0.74% | 0.5% | - |
| HSV(B) | 139.15º | 0.85% | 0.87% | - |
| XYZ | 28.46 | 52.83 | 19.05 | - |
| YUV | 150.2 | 95.72 | 44.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 221 | 93 | 0.85 | 0 | 0.58 | 0.13 | 139.15 | 0.74 | 0.5 |
| Hex | 21 | DD | 5D | 55 | 0 | 3A | D | 8B | 4A | 32 |
| Octal | 41 | 335 | 135 | 125 | 0 | 72 | 15 | 213 | 112 | 62 |
| Binary | 100001 | 11011101 | 1011101 | 1010101 | 0 | 111010 | 1101 | 10001011 | 1001010 | 110010 |
Color Harmonies of #21DD5D
Complementary color
Monochromatic Colors of #21DD5D
Black with #21DD5D
Text Example
Text Example
White with #21DD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DD5D; }
p { color: rgb(33,221,93); }
H1.HeaderClassName
{
color: #21DD5D;
}
.AnyTagClassName
{
color: #21DD5D;
}
</style>
background-color css
<style>
a { background-color: #21DD5D; }
a { background-color: rgb(33,221,93); }
div.DivClassName
{
background-color: #21DD5D;
}
.BgClassName
{
background-color: #21DD5D;
}
</style>
border-color css
<style>
span { border-color: #21DD5D; }
span { border-color: rgb(33,221,93); }
td.TdClassName
{
border-color: #21DD5D;
}
.TagClassName
{
border-color: #21DD5D;
}
</style>