Shades of Malachite #21DD54
Tints of Malachite #21DD54
RGB
CMYK
RGB Variations
Color information
#21DD54 (or 0x21DD54) is known color: Malachite. HEX triplet: 21, DD and 54. RGB value is (33,221,84). Sum of RGB (Red+Green+Blue) = 33+221+84=338 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.76% from 338); Green value is 221 (86.72% from 255 or 65.38% from 338); Blue value is 84 (33.20% from 255 or 24.85% from 338); Max value from RGB is 221 - color contains mainly: green. Hex color #21DD54 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21DD54 is #DE22AB. Grayscale: #959595. Windows color (decimal): -14557868 or 5561633. OLE color: 5561633.
HSL color Cylindrical-coordinate representation of color #21DD54: hue angle of 136.28º 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 #21DD54 is Cyan = 0.85, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 221 | 84 | - |
| CMYK | 0.85 | 0 | 0.62 | 0.13 |
| HSL | 136.28º | 0.74% | 0.5% | - |
| HSV(B) | 136.28º | 0.85% | 0.87% | - |
| XYZ | 28.08 | 52.68 | 17.07 | - |
| YUV | 149.17 | 91.22 | 45.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 221 | 84 | 0.85 | 0 | 0.62 | 0.13 | 136.28 | 0.74 | 0.5 |
| Hex | 21 | DD | 54 | 55 | 0 | 3E | D | 88 | 4A | 32 |
| Octal | 41 | 335 | 124 | 125 | 0 | 76 | 15 | 210 | 112 | 62 |
| Binary | 100001 | 11011101 | 1010100 | 1010101 | 0 | 111110 | 1101 | 10001000 | 1001010 | 110010 |
Color Harmonies of #21DD54
Complementary color
Monochromatic Colors of #21DD54
Black with #21DD54
Text Example
Text Example
White with #21DD54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DD54; }
p { color: rgb(33,221,84); }
H1.HeaderClassName
{
color: #21DD54;
}
.AnyTagClassName
{
color: #21DD54;
}
</style>
background-color css
<style>
a { background-color: #21DD54; }
a { background-color: rgb(33,221,84); }
div.DivClassName
{
background-color: #21DD54;
}
.BgClassName
{
background-color: #21DD54;
}
</style>
border-color css
<style>
span { border-color: #21DD54; }
span { border-color: rgb(33,221,84); }
td.TdClassName
{
border-color: #21DD54;
}
.TagClassName
{
border-color: #21DD54;
}
</style>