Shades of Malachite #21E96D
Tints of Malachite #21E96D
RGB
CMYK
RGB Variations
Color information
#21E96D (or 0x21E96D) is known color: Malachite. HEX triplet: 21, E9 and 6D. RGB value is (33,233,109). Sum of RGB (Red+Green+Blue) = 33+233+109=375 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.8% from 375); Green value is 233 (91.41% from 255 or 62.13% from 375); Blue value is 109 (42.97% from 255 or 29.07% from 375); Max value from RGB is 233 - color contains mainly: green. Hex color #21E96D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #21E96D is #DE1692. Grayscale: #9F9F9F. Windows color (decimal): -14554771 or 7203105. OLE color: 7203105.
HSL color Cylindrical-coordinate representation of color #21E96D: hue angle of 142.8º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21E96D is Cyan = 0.86, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 33 | 233 | 109 | - |
| CMYK | 0.86 | 0 | 0.53 | 0.09 |
| HSL | 142.8º | 0.82% | 0.52% | - |
| HSV(B) | 142.8º | 0.86% | 0.91% | - |
| XYZ | 32.53 | 59.71 | 24.28 | - |
| YUV | 159.06 | 99.74 | 38.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 233 | 109 | 0.86 | 0 | 0.53 | 0.09 | 142.8 | 0.82 | 0.52 |
| Hex | 21 | E9 | 6D | 56 | 0 | 35 | 9 | 8F | 52 | 34 |
| Octal | 41 | 351 | 155 | 126 | 0 | 65 | 11 | 217 | 122 | 64 |
| Binary | 100001 | 11101001 | 1101101 | 1010110 | 0 | 110101 | 1001 | 10001111 | 1010010 | 110100 |
Color Harmonies of #21E96D
Complementary color
Monochromatic Colors of #21E96D
Black with #21E96D
Text Example
Text Example
White with #21E96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E96D; }
p { color: rgb(33,233,109); }
H1.HeaderClassName
{
color: #21E96D;
}
.AnyTagClassName
{
color: #21E96D;
}
</style>
background-color css
<style>
a { background-color: #21E96D; }
a { background-color: rgb(33,233,109); }
div.DivClassName
{
background-color: #21E96D;
}
.BgClassName
{
background-color: #21E96D;
}
</style>
border-color css
<style>
span { border-color: #21E96D; }
span { border-color: rgb(33,233,109); }
td.TdClassName
{
border-color: #21E96D;
}
.TagClassName
{
border-color: #21E96D;
}
</style>