Shades of Malachite #21E845
Tints of Malachite #21E845
RGB
CMYK
RGB Variations
Color information
#21E845 (or 0x21E845) is known color: Malachite. HEX triplet: 21, E8 and 45. RGB value is (33,232,69). Sum of RGB (Red+Green+Blue) = 33+232+69=334 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.88% from 334); Green value is 232 (91.02% from 255 or 69.46% from 334); Blue value is 69 (27.34% from 255 or 20.66% from 334); Max value from RGB is 232 - color contains mainly: green. Hex color #21E845 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #21E845 is #DE17BA. Grayscale: #9A9A9A. Windows color (decimal): -14555067 or 4581409. OLE color: 4581409.
HSL color Cylindrical-coordinate representation of color #21E845: hue angle of 130.85º 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 #21E845 is Cyan = 0.86, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 33 | 232 | 69 | - |
| CMYK | 0.86 | 0 | 0.70 | 0.09 |
| HSL | 130.85º | 0.81% | 0.52% | - |
| HSV(B) | 130.85º | 0.86% | 0.91% | - |
| XYZ | 30.56 | 58.47 | 15.3 | - |
| YUV | 153.92 | 80.07 | 41.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 232 | 69 | 0.86 | 0 | 0.70 | 0.09 | 130.85 | 0.81 | 0.52 |
| Hex | 21 | E8 | 45 | 56 | 0 | 46 | 9 | 83 | 51 | 34 |
| Octal | 41 | 350 | 105 | 126 | 0 | 106 | 11 | 203 | 121 | 64 |
| Binary | 100001 | 11101000 | 1000101 | 1010110 | 0 | 1000110 | 1001 | 10000011 | 1010001 | 110100 |
Color Harmonies of #21E845
Complementary color
Monochromatic Colors of #21E845
Black with #21E845
Text Example
Text Example
White with #21E845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E845; }
p { color: rgb(33,232,69); }
H1.HeaderClassName
{
color: #21E845;
}
.AnyTagClassName
{
color: #21E845;
}
</style>
background-color css
<style>
a { background-color: #21E845; }
a { background-color: rgb(33,232,69); }
div.DivClassName
{
background-color: #21E845;
}
.BgClassName
{
background-color: #21E845;
}
</style>
border-color css
<style>
span { border-color: #21E845; }
span { border-color: rgb(33,232,69); }
td.TdClassName
{
border-color: #21E845;
}
.TagClassName
{
border-color: #21E845;
}
</style>