Shades of Malachite #21E155
Tints of Malachite #21E155
RGB
CMYK
RGB Variations
Color information
#21E155 (or 0x21E155) is known color: Malachite. HEX triplet: 21, E1 and 55. RGB value is (33,225,85). Sum of RGB (Red+Green+Blue) = 33+225+85=343 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.62% from 343); Green value is 225 (88.28% from 255 or 65.60% from 343); Blue value is 85 (33.59% from 255 or 24.78% from 343); Max value from RGB is 225 - color contains mainly: green. Hex color #21E155 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21E155 is #DE1EAA. Grayscale: #989898. Windows color (decimal): -14556843 or 5628193. OLE color: 5628193.
HSL color Cylindrical-coordinate representation of color #21E155: hue angle of 136.25º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21E155 is Cyan = 0.85, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 33 | 225 | 85 | - |
| CMYK | 0.85 | 0 | 0.62 | 0.12 |
| HSL | 136.25º | 0.76% | 0.51% | - |
| HSV(B) | 136.25º | 0.85% | 0.88% | - |
| XYZ | 29.19 | 54.83 | 17.64 | - |
| YUV | 151.63 | 90.39 | 43.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 225 | 85 | 0.85 | 0 | 0.62 | 0.12 | 136.25 | 0.76 | 0.51 |
| Hex | 21 | E1 | 55 | 55 | 0 | 3E | C | 88 | 4C | 33 |
| Octal | 41 | 341 | 125 | 125 | 0 | 76 | 14 | 210 | 114 | 63 |
| Binary | 100001 | 11100001 | 1010101 | 1010101 | 0 | 111110 | 1100 | 10001000 | 1001100 | 110011 |
Color Harmonies of #21E155
Complementary color
Monochromatic Colors of #21E155
Black with #21E155
Text Example
Text Example
White with #21E155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E155; }
p { color: rgb(33,225,85); }
H1.HeaderClassName
{
color: #21E155;
}
.AnyTagClassName
{
color: #21E155;
}
</style>
background-color css
<style>
a { background-color: #21E155; }
a { background-color: rgb(33,225,85); }
div.DivClassName
{
background-color: #21E155;
}
.BgClassName
{
background-color: #21E155;
}
</style>
border-color css
<style>
span { border-color: #21E155; }
span { border-color: rgb(33,225,85); }
td.TdClassName
{
border-color: #21E155;
}
.TagClassName
{
border-color: #21E155;
}
</style>