Shades of Malachite #21E370
Tints of Malachite #21E370
RGB
CMYK
RGB Variations
Color information
#21E370 (or 0x21E370) is known color: Malachite. HEX triplet: 21, E3 and 70. RGB value is (33,227,112). Sum of RGB (Red+Green+Blue) = 33+227+112=372 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.87% from 372); Green value is 227 (89.06% from 255 or 61.02% from 372); Blue value is 112 (44.14% from 255 or 30.11% from 372); Max value from RGB is 227 - color contains mainly: green. Hex color #21E370 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21E370 is #DE1C8F. Grayscale: #9C9C9C. Windows color (decimal): -14556304 or 7398177. OLE color: 7398177.
HSL color Cylindrical-coordinate representation of color #21E370: hue angle of 144.43º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21E370 is Cyan = 0.85, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 33 | 227 | 112 | - |
| CMYK | 0.85 | 0 | 0.51 | 0.11 |
| HSL | 144.43º | 0.78% | 0.51% | - |
| HSV(B) | 144.43º | 0.85% | 0.89% | - |
| XYZ | 31.02 | 56.43 | 24.59 | - |
| YUV | 155.88 | 103.23 | 40.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 227 | 112 | 0.85 | 0 | 0.51 | 0.11 | 144.43 | 0.78 | 0.51 |
| Hex | 21 | E3 | 70 | 55 | 0 | 33 | B | 90 | 4E | 33 |
| Octal | 41 | 343 | 160 | 125 | 0 | 63 | 13 | 220 | 116 | 63 |
| Binary | 100001 | 11100011 | 1110000 | 1010101 | 0 | 110011 | 1011 | 10010000 | 1001110 | 110011 |
Color Harmonies of #21E370
Complementary color
Monochromatic Colors of #21E370
Black with #21E370
Text Example
Text Example
White with #21E370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E370; }
p { color: rgb(33,227,112); }
H1.HeaderClassName
{
color: #21E370;
}
.AnyTagClassName
{
color: #21E370;
}
</style>
background-color css
<style>
a { background-color: #21E370; }
a { background-color: rgb(33,227,112); }
div.DivClassName
{
background-color: #21E370;
}
.BgClassName
{
background-color: #21E370;
}
</style>
border-color css
<style>
span { border-color: #21E370; }
span { border-color: rgb(33,227,112); }
td.TdClassName
{
border-color: #21E370;
}
.TagClassName
{
border-color: #21E370;
}
</style>