Shades of Malachite #21E840
Tints of Malachite #21E840
RGB
CMYK
RGB Variations
Color information
#21E840 (or 0x21E840) is known color: Malachite. HEX triplet: 21, E8 and 40. RGB value is (33,232,64). Sum of RGB (Red+Green+Blue) = 33+232+64=329 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.03% from 329); Green value is 232 (91.02% from 255 or 70.52% from 329); Blue value is 64 (25.39% from 255 or 19.45% from 329); Max value from RGB is 232 - color contains mainly: green. Hex color #21E840 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #21E840 is #DE17BF. Grayscale: #999999. Windows color (decimal): -14555072 or 4253729. OLE color: 4253729.
HSL color Cylindrical-coordinate representation of color #21E840: hue angle of 129.35º 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 #21E840 is Cyan = 0.86, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 33 | 232 | 64 | - |
| CMYK | 0.86 | 0 | 0.72 | 0.09 |
| HSL | 129.35º | 0.81% | 0.52% | - |
| HSV(B) | 129.35º | 0.86% | 0.91% | - |
| XYZ | 30.41 | 58.41 | 14.52 | - |
| YUV | 153.35 | 77.57 | 42.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 232 | 64 | 0.86 | 0 | 0.72 | 0.09 | 129.35 | 0.81 | 0.52 |
| Hex | 21 | E8 | 40 | 56 | 0 | 48 | 9 | 81 | 51 | 34 |
| Octal | 41 | 350 | 100 | 126 | 0 | 110 | 11 | 201 | 121 | 64 |
| Binary | 100001 | 11101000 | 1000000 | 1010110 | 0 | 1001000 | 1001 | 10000001 | 1010001 | 110100 |
Color Harmonies of #21E840
Complementary color
Monochromatic Colors of #21E840
Black with #21E840
Text Example
Text Example
White with #21E840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E840; }
p { color: rgb(33,232,64); }
H1.HeaderClassName
{
color: #21E840;
}
.AnyTagClassName
{
color: #21E840;
}
</style>
background-color css
<style>
a { background-color: #21E840; }
a { background-color: rgb(33,232,64); }
div.DivClassName
{
background-color: #21E840;
}
.BgClassName
{
background-color: #21E840;
}
</style>
border-color css
<style>
span { border-color: #21E840; }
span { border-color: rgb(33,232,64); }
td.TdClassName
{
border-color: #21E840;
}
.TagClassName
{
border-color: #21E840;
}
</style>