Shades of Malachite #21E55D
Tints of Malachite #21E55D
RGB
CMYK
RGB Variations
Color information
#21E55D (or 0x21E55D) is known color: Malachite. HEX triplet: 21, E5 and 5D. RGB value is (33,229,93). Sum of RGB (Red+Green+Blue) = 33+229+93=355 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.30% from 355); Green value is 229 (89.84% from 255 or 64.51% from 355); Blue value is 93 (36.72% from 255 or 26.20% from 355); Max value from RGB is 229 - color contains mainly: green. Hex color #21E55D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21E55D is #DE1AA2. Grayscale: #9B9B9B. Windows color (decimal): -14555811 or 6153505. OLE color: 6153505.
HSL color Cylindrical-coordinate representation of color #21E55D: hue angle of 138.37º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21E55D is Cyan = 0.86, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 33 | 229 | 93 | - |
| CMYK | 0.86 | 0 | 0.59 | 0.10 |
| HSL | 138.37º | 0.79% | 0.51% | - |
| HSV(B) | 138.37º | 0.86% | 0.9% | - |
| XYZ | 30.62 | 57.15 | 19.77 | - |
| YUV | 154.89 | 93.07 | 41.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 229 | 93 | 0.86 | 0 | 0.59 | 0.10 | 138.37 | 0.79 | 0.51 |
| Hex | 21 | E5 | 5D | 56 | 0 | 3B | A | 8A | 4F | 33 |
| Octal | 41 | 345 | 135 | 126 | 0 | 73 | 12 | 212 | 117 | 63 |
| Binary | 100001 | 11100101 | 1011101 | 1010110 | 0 | 111011 | 1010 | 10001010 | 1001111 | 110011 |
Color Harmonies of #21E55D
Complementary color
Monochromatic Colors of #21E55D
Black with #21E55D
Text Example
Text Example
White with #21E55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E55D; }
p { color: rgb(33,229,93); }
H1.HeaderClassName
{
color: #21E55D;
}
.AnyTagClassName
{
color: #21E55D;
}
</style>
background-color css
<style>
a { background-color: #21E55D; }
a { background-color: rgb(33,229,93); }
div.DivClassName
{
background-color: #21E55D;
}
.BgClassName
{
background-color: #21E55D;
}
</style>
border-color css
<style>
span { border-color: #21E55D; }
span { border-color: rgb(33,229,93); }
td.TdClassName
{
border-color: #21E55D;
}
.TagClassName
{
border-color: #21E55D;
}
</style>