Shades of Malachite #21DD4F
Tints of Malachite #21DD4F
RGB
CMYK
RGB Variations
Color information
#21DD4F (or 0x21DD4F) is known color: Malachite. HEX triplet: 21, DD and 4F. RGB value is (33,221,79). Sum of RGB (Red+Green+Blue) = 33+221+79=333 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.91% from 333); Green value is 221 (86.72% from 255 or 66.37% from 333); Blue value is 79 (31.25% from 255 or 23.72% from 333); Max value from RGB is 221 - color contains mainly: green. Hex color #21DD4F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21DD4F is #DE22B0. Grayscale: #949494. Windows color (decimal): -14557873 or 5233953. OLE color: 5233953.
HSL color Cylindrical-coordinate representation of color #21DD4F: hue angle of 134.68º 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 #21DD4F is Cyan = 0.85, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 221 | 79 | - |
| CMYK | 0.85 | 0 | 0.64 | 0.13 |
| HSL | 134.68º | 0.74% | 0.5% | - |
| HSV(B) | 134.68º | 0.85% | 0.87% | - |
| XYZ | 27.89 | 52.6 | 16.08 | - |
| YUV | 148.6 | 88.72 | 45.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 221 | 79 | 0.85 | 0 | 0.64 | 0.13 | 134.68 | 0.74 | 0.5 |
| Hex | 21 | DD | 4F | 55 | 0 | 40 | D | 87 | 4A | 32 |
| Octal | 41 | 335 | 117 | 125 | 0 | 100 | 15 | 207 | 112 | 62 |
| Binary | 100001 | 11011101 | 1001111 | 1010101 | 0 | 1000000 | 1101 | 10000111 | 1001010 | 110010 |
Color Harmonies of #21DD4F
Complementary color
Monochromatic Colors of #21DD4F
Black with #21DD4F
Text Example
Text Example
White with #21DD4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DD4F; }
p { color: rgb(33,221,79); }
H1.HeaderClassName
{
color: #21DD4F;
}
.AnyTagClassName
{
color: #21DD4F;
}
</style>
background-color css
<style>
a { background-color: #21DD4F; }
a { background-color: rgb(33,221,79); }
div.DivClassName
{
background-color: #21DD4F;
}
.BgClassName
{
background-color: #21DD4F;
}
</style>
border-color css
<style>
span { border-color: #21DD4F; }
span { border-color: rgb(33,221,79); }
td.TdClassName
{
border-color: #21DD4F;
}
.TagClassName
{
border-color: #21DD4F;
}
</style>