Shades of Malachite #21E054
Tints of Malachite #21E054
RGB
CMYK
RGB Variations
Color information
#21E054 (or 0x21E054) is known color: Malachite. HEX triplet: 21, E0 and 54. RGB value is (33,224,84). Sum of RGB (Red+Green+Blue) = 33+224+84=341 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.68% from 341); Green value is 224 (87.89% from 255 or 65.69% from 341); Blue value is 84 (33.20% from 255 or 24.63% from 341); Max value from RGB is 224 - color contains mainly: green. Hex color #21E054 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21E054 is #DE1FAB. Grayscale: #979797. Windows color (decimal): -14557100 or 5562401. OLE color: 5562401.
HSL color Cylindrical-coordinate representation of color #21E054: hue angle of 136.02º 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 #21E054 is Cyan = 0.85, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 33 | 224 | 84 | - |
| CMYK | 0.85 | 0 | 0.62 | 0.12 |
| HSL | 136.02º | 0.75% | 0.5% | - |
| HSV(B) | 136.02º | 0.85% | 0.88% | - |
| XYZ | 28.88 | 54.27 | 17.34 | - |
| YUV | 150.93 | 90.22 | 43.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 224 | 84 | 0.85 | 0 | 0.62 | 0.12 | 136.02 | 0.75 | 0.5 |
| Hex | 21 | E0 | 54 | 55 | 0 | 3E | C | 88 | 4B | 32 |
| Octal | 41 | 340 | 124 | 125 | 0 | 76 | 14 | 210 | 113 | 62 |
| Binary | 100001 | 11100000 | 1010100 | 1010101 | 0 | 111110 | 1100 | 10001000 | 1001011 | 110010 |
Color Harmonies of #21E054
Complementary color
Monochromatic Colors of #21E054
Black with #21E054
Text Example
Text Example
White with #21E054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E054; }
p { color: rgb(33,224,84); }
H1.HeaderClassName
{
color: #21E054;
}
.AnyTagClassName
{
color: #21E054;
}
</style>
background-color css
<style>
a { background-color: #21E054; }
a { background-color: rgb(33,224,84); }
div.DivClassName
{
background-color: #21E054;
}
.BgClassName
{
background-color: #21E054;
}
</style>
border-color css
<style>
span { border-color: #21E054; }
span { border-color: rgb(33,224,84); }
td.TdClassName
{
border-color: #21E054;
}
.TagClassName
{
border-color: #21E054;
}
</style>