Shades of Malachite #21DE54
Tints of Malachite #21DE54
RGB
CMYK
RGB Variations
Color information
#21DE54 (or 0x21DE54) is known color: Malachite. HEX triplet: 21, DE and 54. RGB value is (33,222,84). Sum of RGB (Red+Green+Blue) = 33+222+84=339 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.73% from 339); Green value is 222 (87.11% from 255 or 65.49% from 339); Blue value is 84 (33.20% from 255 or 24.78% from 339); Max value from RGB is 222 - color contains mainly: green. Hex color #21DE54 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21DE54 is #DE21AB. Grayscale: #969696. Windows color (decimal): -14557612 or 5561889. OLE color: 5561889.
HSL color Cylindrical-coordinate representation of color #21DE54: hue angle of 136.19º 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 #21DE54 is Cyan = 0.85, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 222 | 84 | - |
| CMYK | 0.85 | 0 | 0.62 | 0.13 |
| HSL | 136.19º | 0.74% | 0.5% | - |
| HSV(B) | 136.19º | 0.85% | 0.87% | - |
| XYZ | 28.35 | 53.21 | 17.16 | - |
| YUV | 149.76 | 90.88 | 44.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 222 | 84 | 0.85 | 0 | 0.62 | 0.13 | 136.19 | 0.74 | 0.5 |
| Hex | 21 | DE | 54 | 55 | 0 | 3E | D | 88 | 4A | 32 |
| Octal | 41 | 336 | 124 | 125 | 0 | 76 | 15 | 210 | 112 | 62 |
| Binary | 100001 | 11011110 | 1010100 | 1010101 | 0 | 111110 | 1101 | 10001000 | 1001010 | 110010 |
Color Harmonies of #21DE54
Complementary color
Monochromatic Colors of #21DE54
Black with #21DE54
Text Example
Text Example
White with #21DE54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DE54; }
p { color: rgb(33,222,84); }
H1.HeaderClassName
{
color: #21DE54;
}
.AnyTagClassName
{
color: #21DE54;
}
</style>
background-color css
<style>
a { background-color: #21DE54; }
a { background-color: rgb(33,222,84); }
div.DivClassName
{
background-color: #21DE54;
}
.BgClassName
{
background-color: #21DE54;
}
</style>
border-color css
<style>
span { border-color: #21DE54; }
span { border-color: rgb(33,222,84); }
td.TdClassName
{
border-color: #21DE54;
}
.TagClassName
{
border-color: #21DE54;
}
</style>