Shades of Malachite #21DD50
Tints of Malachite #21DD50
RGB
CMYK
RGB Variations
Color information
#21DD50 (or 0x21DD50) is known color: Malachite. HEX triplet: 21, DD and 50. RGB value is (33,221,80). Sum of RGB (Red+Green+Blue) = 33+221+80=334 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.88% from 334); Green value is 221 (86.72% from 255 or 66.17% from 334); Blue value is 80 (31.64% from 255 or 23.95% from 334); Max value from RGB is 221 - color contains mainly: green. Hex color #21DD50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21DD50 is #DE22AF. Grayscale: #959595. Windows color (decimal): -14557872 or 5299489. OLE color: 5299489.
HSL color Cylindrical-coordinate representation of color #21DD50: hue angle of 135º 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 #21DD50 is Cyan = 0.85, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 221 | 80 | - |
| CMYK | 0.85 | 0 | 0.64 | 0.13 |
| HSL | 135º | 0.74% | 0.5% | - |
| HSV(B) | 135º | 0.85% | 0.87% | - |
| XYZ | 27.93 | 52.62 | 16.27 | - |
| YUV | 148.71 | 89.22 | 45.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 221 | 80 | 0.85 | 0 | 0.64 | 0.13 | 135 | 0.74 | 0.5 |
| Hex | 21 | DD | 50 | 55 | 0 | 40 | D | 87 | 4A | 32 |
| Octal | 41 | 335 | 120 | 125 | 0 | 100 | 15 | 207 | 112 | 62 |
| Binary | 100001 | 11011101 | 1010000 | 1010101 | 0 | 1000000 | 1101 | 10000111 | 1001010 | 110010 |
Color Harmonies of #21DD50
Complementary color
Monochromatic Colors of #21DD50
Black with #21DD50
Text Example
Text Example
White with #21DD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DD50; }
p { color: rgb(33,221,80); }
H1.HeaderClassName
{
color: #21DD50;
}
.AnyTagClassName
{
color: #21DD50;
}
</style>
background-color css
<style>
a { background-color: #21DD50; }
a { background-color: rgb(33,221,80); }
div.DivClassName
{
background-color: #21DD50;
}
.BgClassName
{
background-color: #21DD50;
}
</style>
border-color css
<style>
span { border-color: #21DD50; }
span { border-color: rgb(33,221,80); }
td.TdClassName
{
border-color: #21DD50;
}
.TagClassName
{
border-color: #21DD50;
}
</style>