Shades of Malachite #21DC5D
Tints of Malachite #21DC5D
RGB
CMYK
RGB Variations
Color information
#21DC5D (or 0x21DC5D) is known color: Malachite. HEX triplet: 21, DC and 5D. RGB value is (33,220,93). Sum of RGB (Red+Green+Blue) = 33+220+93=346 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.54% from 346); Green value is 220 (86.33% from 255 or 63.58% from 346); Blue value is 93 (36.72% from 255 or 26.88% from 346); Max value from RGB is 220 - color contains mainly: green. Hex color #21DC5D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21DC5D is #DE23A2. Grayscale: #959595. Windows color (decimal): -14558115 or 6151201. OLE color: 6151201.
HSL color Cylindrical-coordinate representation of color #21DC5D: hue angle of 139.25º 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 #21DC5D is Cyan = 0.85, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 220 | 93 | - |
| CMYK | 0.85 | 0 | 0.58 | 0.14 |
| HSL | 139.25º | 0.74% | 0.5% | - |
| HSV(B) | 139.25º | 0.85% | 0.86% | - |
| XYZ | 28.2 | 52.3 | 18.96 | - |
| YUV | 149.61 | 96.05 | 44.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 220 | 93 | 0.85 | 0 | 0.58 | 0.14 | 139.25 | 0.74 | 0.5 |
| Hex | 21 | DC | 5D | 55 | 0 | 3A | E | 8B | 4A | 32 |
| Octal | 41 | 334 | 135 | 125 | 0 | 72 | 16 | 213 | 112 | 62 |
| Binary | 100001 | 11011100 | 1011101 | 1010101 | 0 | 111010 | 1110 | 10001011 | 1001010 | 110010 |
Color Harmonies of #21DC5D
Complementary color
Monochromatic Colors of #21DC5D
Black with #21DC5D
Text Example
Text Example
White with #21DC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DC5D; }
p { color: rgb(33,220,93); }
H1.HeaderClassName
{
color: #21DC5D;
}
.AnyTagClassName
{
color: #21DC5D;
}
</style>
background-color css
<style>
a { background-color: #21DC5D; }
a { background-color: rgb(33,220,93); }
div.DivClassName
{
background-color: #21DC5D;
}
.BgClassName
{
background-color: #21DC5D;
}
</style>
border-color css
<style>
span { border-color: #21DC5D; }
span { border-color: rgb(33,220,93); }
td.TdClassName
{
border-color: #21DC5D;
}
.TagClassName
{
border-color: #21DC5D;
}
</style>