Shades of Malachite #21E166
Tints of Malachite #21E166
RGB
CMYK
RGB Variations
Color information
#21E166 (or 0x21E166) is known color: Malachite. HEX triplet: 21, E1 and 66. RGB value is (33,225,102). Sum of RGB (Red+Green+Blue) = 33+225+102=360 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.17% from 360); Green value is 225 (88.28% from 255 or 62.5% from 360); Blue value is 102 (40.23% from 255 or 28.33% from 360); Max value from RGB is 225 - color contains mainly: green. Hex color #21E166 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21E166 is #DE1E99. Grayscale: #999999. Windows color (decimal): -14556826 or 6742305. OLE color: 6742305.
HSL color Cylindrical-coordinate representation of color #21E166: hue angle of 141.56º 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 #21E166 is Cyan = 0.85, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 33 | 225 | 102 | - |
| CMYK | 0.85 | 0 | 0.55 | 0.12 |
| HSL | 141.56º | 0.76% | 0.51% | - |
| HSV(B) | 141.56º | 0.85% | 0.88% | - |
| XYZ | 29.95 | 55.13 | 21.63 | - |
| YUV | 153.57 | 98.89 | 42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 225 | 102 | 0.85 | 0 | 0.55 | 0.12 | 141.56 | 0.76 | 0.51 |
| Hex | 21 | E1 | 66 | 55 | 0 | 37 | C | 8E | 4C | 33 |
| Octal | 41 | 341 | 146 | 125 | 0 | 67 | 14 | 216 | 114 | 63 |
| Binary | 100001 | 11100001 | 1100110 | 1010101 | 0 | 110111 | 1100 | 10001110 | 1001100 | 110011 |
Color Harmonies of #21E166
Complementary color
Monochromatic Colors of #21E166
Black with #21E166
Text Example
Text Example
White with #21E166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E166; }
p { color: rgb(33,225,102); }
H1.HeaderClassName
{
color: #21E166;
}
.AnyTagClassName
{
color: #21E166;
}
</style>
background-color css
<style>
a { background-color: #21E166; }
a { background-color: rgb(33,225,102); }
div.DivClassName
{
background-color: #21E166;
}
.BgClassName
{
background-color: #21E166;
}
</style>
border-color css
<style>
span { border-color: #21E166; }
span { border-color: rgb(33,225,102); }
td.TdClassName
{
border-color: #21E166;
}
.TagClassName
{
border-color: #21E166;
}
</style>