Shades of Malachite #21DC54
Tints of Malachite #21DC54
RGB
CMYK
RGB Variations
Color information
#21DC54 (or 0x21DC54) is known color: Malachite. HEX triplet: 21, DC and 54. RGB value is (33,220,84). Sum of RGB (Red+Green+Blue) = 33+220+84=337 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.79% from 337); Green value is 220 (86.33% from 255 or 65.28% from 337); Blue value is 84 (33.20% from 255 or 24.93% from 337); Max value from RGB is 220 - color contains mainly: green. Hex color #21DC54 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21DC54 is #DE23AB. Grayscale: #949494. Windows color (decimal): -14558124 or 5561377. OLE color: 5561377.
HSL color Cylindrical-coordinate representation of color #21DC54: hue angle of 136.36º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21DC54 is Cyan = 0.85, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 220 | 84 | - |
| CMYK | 0.85 | 0 | 0.62 | 0.14 |
| HSL | 136.36º | 0.74% | 0.5% | - |
| HSV(B) | 136.36º | 0.85% | 0.86% | - |
| XYZ | 27.82 | 52.15 | 16.99 | - |
| YUV | 148.58 | 91.55 | 45.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 220 | 84 | 0.85 | 0 | 0.62 | 0.14 | 136.36 | 0.74 | 0.5 |
| Hex | 21 | DC | 54 | 55 | 0 | 3E | E | 88 | 4A | 32 |
| Octal | 41 | 334 | 124 | 125 | 0 | 76 | 16 | 210 | 112 | 62 |
| Binary | 100001 | 11011100 | 1010100 | 1010101 | 0 | 111110 | 1110 | 10001000 | 1001010 | 110010 |
Color Harmonies of #21DC54
Complementary color
Monochromatic Colors of #21DC54
Black with #21DC54
Text Example
Text Example
White with #21DC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DC54; }
p { color: rgb(33,220,84); }
H1.HeaderClassName
{
color: #21DC54;
}
.AnyTagClassName
{
color: #21DC54;
}
</style>
background-color css
<style>
a { background-color: #21DC54; }
a { background-color: rgb(33,220,84); }
div.DivClassName
{
background-color: #21DC54;
}
.BgClassName
{
background-color: #21DC54;
}
</style>
border-color css
<style>
span { border-color: #21DC54; }
span { border-color: rgb(33,220,84); }
td.TdClassName
{
border-color: #21DC54;
}
.TagClassName
{
border-color: #21DC54;
}
</style>