Shades of Malachite #21E868
Tints of Malachite #21E868
RGB
CMYK
RGB Variations
Color information
#21E868 (or 0x21E868) is known color: Malachite. HEX triplet: 21, E8 and 68. RGB value is (33,232,104). Sum of RGB (Red+Green+Blue) = 33+232+104=369 (48% of max value = 765). Red value is 33 (13.28% from 255 or 8.94% from 369); Green value is 232 (91.02% from 255 or 62.87% from 369); Blue value is 104 (41.02% from 255 or 28.18% from 369); Max value from RGB is 232 - color contains mainly: green. Hex color #21E868 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #21E868 is #DE1797. Grayscale: #9E9E9E. Windows color (decimal): -14555032 or 6875169. OLE color: 6875169.
HSL color Cylindrical-coordinate representation of color #21E868: hue angle of 141.41º degrees, saturation: 0.81, 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 #21E868 is Cyan = 0.86, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 33 | 232 | 104 | - |
| CMYK | 0.86 | 0 | 0.55 | 0.09 |
| HSL | 141.41º | 0.81% | 0.52% | - |
| HSV(B) | 141.41º | 0.86% | 0.91% | - |
| XYZ | 31.98 | 59.04 | 22.81 | - |
| YUV | 157.91 | 97.57 | 38.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 232 | 104 | 0.86 | 0 | 0.55 | 0.09 | 141.41 | 0.81 | 0.52 |
| Hex | 21 | E8 | 68 | 56 | 0 | 37 | 9 | 8D | 51 | 34 |
| Octal | 41 | 350 | 150 | 126 | 0 | 67 | 11 | 215 | 121 | 64 |
| Binary | 100001 | 11101000 | 1101000 | 1010110 | 0 | 110111 | 1001 | 10001101 | 1010001 | 110100 |
Color Harmonies of #21E868
Complementary color
Monochromatic Colors of #21E868
Black with #21E868
Text Example
Text Example
White with #21E868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E868; }
p { color: rgb(33,232,104); }
H1.HeaderClassName
{
color: #21E868;
}
.AnyTagClassName
{
color: #21E868;
}
</style>
background-color css
<style>
a { background-color: #21E868; }
a { background-color: rgb(33,232,104); }
div.DivClassName
{
background-color: #21E868;
}
.BgClassName
{
background-color: #21E868;
}
</style>
border-color css
<style>
span { border-color: #21E868; }
span { border-color: rgb(33,232,104); }
td.TdClassName
{
border-color: #21E868;
}
.TagClassName
{
border-color: #21E868;
}
</style>