Shades of Malachite #21E555
Tints of Malachite #21E555
RGB
CMYK
RGB Variations
Color information
#21E555 (or 0x21E555) is known color: Malachite. HEX triplet: 21, E5 and 55. RGB value is (33,229,85). Sum of RGB (Red+Green+Blue) = 33+229+85=347 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.51% from 347); Green value is 229 (89.84% from 255 or 65.99% from 347); Blue value is 85 (33.59% from 255 or 24.50% from 347); Max value from RGB is 229 - color contains mainly: green. Hex color #21E555 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21E555 is #DE1AAA. Grayscale: #9A9A9A. Windows color (decimal): -14555819 or 5629217. OLE color: 5629217.
HSL color Cylindrical-coordinate representation of color #21E555: hue angle of 135.92º 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 #21E555 is Cyan = 0.86, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 33 | 229 | 85 | - |
| CMYK | 0.86 | 0 | 0.63 | 0.10 |
| HSL | 135.92º | 0.79% | 0.51% | - |
| HSV(B) | 135.92º | 0.86% | 0.9% | - |
| XYZ | 30.29 | 57.02 | 18 | - |
| YUV | 153.98 | 89.07 | 41.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 229 | 85 | 0.86 | 0 | 0.63 | 0.10 | 135.92 | 0.79 | 0.51 |
| Hex | 21 | E5 | 55 | 56 | 0 | 3F | A | 88 | 4F | 33 |
| Octal | 41 | 345 | 125 | 126 | 0 | 77 | 12 | 210 | 117 | 63 |
| Binary | 100001 | 11100101 | 1010101 | 1010110 | 0 | 111111 | 1010 | 10001000 | 1001111 | 110011 |
Color Harmonies of #21E555
Complementary color
Monochromatic Colors of #21E555
Black with #21E555
Text Example
Text Example
White with #21E555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E555; }
p { color: rgb(33,229,85); }
H1.HeaderClassName
{
color: #21E555;
}
.AnyTagClassName
{
color: #21E555;
}
</style>
background-color css
<style>
a { background-color: #21E555; }
a { background-color: rgb(33,229,85); }
div.DivClassName
{
background-color: #21E555;
}
.BgClassName
{
background-color: #21E555;
}
</style>
border-color css
<style>
span { border-color: #21E555; }
span { border-color: rgb(33,229,85); }
td.TdClassName
{
border-color: #21E555;
}
.TagClassName
{
border-color: #21E555;
}
</style>