Shades of Malachite #21E059
Tints of Malachite #21E059
RGB
CMYK
RGB Variations
Color information
#21E059 (or 0x21E059) is known color: Malachite. HEX triplet: 21, E0 and 59. RGB value is (33,224,89). Sum of RGB (Red+Green+Blue) = 33+224+89=346 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.54% from 346); Green value is 224 (87.89% from 255 or 64.74% from 346); Blue value is 89 (35.16% from 255 or 25.72% from 346); Max value from RGB is 224 - color contains mainly: green. Hex color #21E059 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21E059 is #DE1FA6. Grayscale: #979797. Windows color (decimal): -14557095 or 5890081. OLE color: 5890081.
HSL color Cylindrical-coordinate representation of color #21E059: hue angle of 137.59º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21E059 is Cyan = 0.85, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 33 | 224 | 89 | - |
| CMYK | 0.85 | 0 | 0.60 | 0.12 |
| HSL | 137.59º | 0.75% | 0.5% | - |
| HSV(B) | 137.59º | 0.85% | 0.88% | - |
| XYZ | 29.09 | 54.36 | 18.41 | - |
| YUV | 151.5 | 92.72 | 43.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 224 | 89 | 0.85 | 0 | 0.60 | 0.12 | 137.59 | 0.75 | 0.5 |
| Hex | 21 | E0 | 59 | 55 | 0 | 3C | C | 8A | 4B | 32 |
| Octal | 41 | 340 | 131 | 125 | 0 | 74 | 14 | 212 | 113 | 62 |
| Binary | 100001 | 11100000 | 1011001 | 1010101 | 0 | 111100 | 1100 | 10001010 | 1001011 | 110010 |
Color Harmonies of #21E059
Complementary color
Monochromatic Colors of #21E059
Black with #21E059
Text Example
Text Example
White with #21E059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E059; }
p { color: rgb(33,224,89); }
H1.HeaderClassName
{
color: #21E059;
}
.AnyTagClassName
{
color: #21E059;
}
</style>
background-color css
<style>
a { background-color: #21E059; }
a { background-color: rgb(33,224,89); }
div.DivClassName
{
background-color: #21E059;
}
.BgClassName
{
background-color: #21E059;
}
</style>
border-color css
<style>
span { border-color: #21E059; }
span { border-color: rgb(33,224,89); }
td.TdClassName
{
border-color: #21E059;
}
.TagClassName
{
border-color: #21E059;
}
</style>