Shades of Malachite #21E072
Tints of Malachite #21E072
RGB
CMYK
RGB Variations
Color information
#21E072 (or 0x21E072) is known color: Malachite. HEX triplet: 21, E0 and 72. RGB value is (33,224,114). Sum of RGB (Red+Green+Blue) = 33+224+114=371 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.89% from 371); Green value is 224 (87.89% from 255 or 60.38% from 371); Blue value is 114 (44.92% from 255 or 30.73% from 371); Max value from RGB is 224 - color contains mainly: green. Hex color #21E072 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21E072 is #DE1F8D. Grayscale: #9A9A9A. Windows color (decimal): -14557070 or 7528481. OLE color: 7528481.
HSL color Cylindrical-coordinate representation of color #21E072: hue angle of 145.45º 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 #21E072 is Cyan = 0.85, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 33 | 224 | 114 | - |
| CMYK | 0.85 | 0 | 0.49 | 0.12 |
| HSL | 145.45º | 0.75% | 0.5% | - |
| HSV(B) | 145.45º | 0.85% | 0.88% | - |
| XYZ | 30.32 | 54.85 | 24.91 | - |
| YUV | 154.35 | 105.22 | 41.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 224 | 114 | 0.85 | 0 | 0.49 | 0.12 | 145.45 | 0.75 | 0.5 |
| Hex | 21 | E0 | 72 | 55 | 0 | 31 | C | 91 | 4B | 32 |
| Octal | 41 | 340 | 162 | 125 | 0 | 61 | 14 | 221 | 113 | 62 |
| Binary | 100001 | 11100000 | 1110010 | 1010101 | 0 | 110001 | 1100 | 10010001 | 1001011 | 110010 |
Color Harmonies of #21E072
Complementary color
Monochromatic Colors of #21E072
Black with #21E072
Text Example
Text Example
White with #21E072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E072; }
p { color: rgb(33,224,114); }
H1.HeaderClassName
{
color: #21E072;
}
.AnyTagClassName
{
color: #21E072;
}
</style>
background-color css
<style>
a { background-color: #21E072; }
a { background-color: rgb(33,224,114); }
div.DivClassName
{
background-color: #21E072;
}
.BgClassName
{
background-color: #21E072;
}
</style>
border-color css
<style>
span { border-color: #21E072; }
span { border-color: rgb(33,224,114); }
td.TdClassName
{
border-color: #21E072;
}
.TagClassName
{
border-color: #21E072;
}
</style>