Shades of Malachite #21E554
Tints of Malachite #21E554
RGB
CMYK
RGB Variations
Color information
#21E554 (or 0x21E554) is known color: Malachite. HEX triplet: 21, E5 and 54. RGB value is (33,229,84). Sum of RGB (Red+Green+Blue) = 33+229+84=346 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.54% from 346); Green value is 229 (89.84% from 255 or 66.18% from 346); Blue value is 84 (33.20% from 255 or 24.28% from 346); Max value from RGB is 229 - color contains mainly: green. Hex color #21E554 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21E554 is #DE1AAB. Grayscale: #9A9A9A. Windows color (decimal): -14555820 or 5563681. OLE color: 5563681.
HSL color Cylindrical-coordinate representation of color #21E554: hue angle of 135.61º 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 #21E554 is Cyan = 0.86, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 33 | 229 | 84 | - |
| CMYK | 0.86 | 0 | 0.63 | 0.10 |
| HSL | 135.61º | 0.79% | 0.51% | - |
| HSV(B) | 135.61º | 0.86% | 0.9% | - |
| XYZ | 30.25 | 57 | 17.8 | - |
| YUV | 153.87 | 88.57 | 41.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 229 | 84 | 0.86 | 0 | 0.63 | 0.10 | 135.61 | 0.79 | 0.51 |
| Hex | 21 | E5 | 54 | 56 | 0 | 3F | A | 88 | 4F | 33 |
| Octal | 41 | 345 | 124 | 126 | 0 | 77 | 12 | 210 | 117 | 63 |
| Binary | 100001 | 11100101 | 1010100 | 1010110 | 0 | 111111 | 1010 | 10001000 | 1001111 | 110011 |
Color Harmonies of #21E554
Complementary color
Monochromatic Colors of #21E554
Black with #21E554
Text Example
Text Example
White with #21E554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E554; }
p { color: rgb(33,229,84); }
H1.HeaderClassName
{
color: #21E554;
}
.AnyTagClassName
{
color: #21E554;
}
</style>
background-color css
<style>
a { background-color: #21E554; }
a { background-color: rgb(33,229,84); }
div.DivClassName
{
background-color: #21E554;
}
.BgClassName
{
background-color: #21E554;
}
</style>
border-color css
<style>
span { border-color: #21E554; }
span { border-color: rgb(33,229,84); }
td.TdClassName
{
border-color: #21E554;
}
.TagClassName
{
border-color: #21E554;
}
</style>