Shades of Malachite #21EC45
Tints of Malachite #21EC45
RGB
CMYK
RGB Variations
Color information
#21EC45 (or 0x21EC45) is known color: Malachite. HEX triplet: 21, EC and 45. RGB value is (33,236,69). Sum of RGB (Red+Green+Blue) = 33+236+69=338 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.76% from 338); Green value is 236 (92.58% from 255 or 69.82% from 338); Blue value is 69 (27.34% from 255 or 20.41% from 338); Max value from RGB is 236 - color contains mainly: green. Hex color #21EC45 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #21EC45 is #DE13BA. Grayscale: #9C9C9C. Windows color (decimal): -14554043 or 4582433. OLE color: 4582433.
HSL color Cylindrical-coordinate representation of color #21EC45: hue angle of 130.64º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21EC45 is Cyan = 0.86, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 236 | 69 | - |
| CMYK | 0.86 | 0 | 0.71 | 0.07 |
| HSL | 130.64º | 0.84% | 0.53% | - |
| HSV(B) | 130.64º | 0.86% | 0.93% | - |
| XYZ | 31.7 | 60.74 | 15.68 | - |
| YUV | 156.27 | 78.75 | 40.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 236 | 69 | 0.86 | 0 | 0.71 | 0.07 | 130.64 | 0.84 | 0.53 |
| Hex | 21 | EC | 45 | 56 | 0 | 47 | 7 | 83 | 54 | 35 |
| Octal | 41 | 354 | 105 | 126 | 0 | 107 | 7 | 203 | 124 | 65 |
| Binary | 100001 | 11101100 | 1000101 | 1010110 | 0 | 1000111 | 111 | 10000011 | 1010100 | 110101 |
Color Harmonies of #21EC45
Complementary color
Monochromatic Colors of #21EC45
Black with #21EC45
Text Example
Text Example
White with #21EC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21EC45; }
p { color: rgb(33,236,69); }
H1.HeaderClassName
{
color: #21EC45;
}
.AnyTagClassName
{
color: #21EC45;
}
</style>
background-color css
<style>
a { background-color: #21EC45; }
a { background-color: rgb(33,236,69); }
div.DivClassName
{
background-color: #21EC45;
}
.BgClassName
{
background-color: #21EC45;
}
</style>
border-color css
<style>
span { border-color: #21EC45; }
span { border-color: rgb(33,236,69); }
td.TdClassName
{
border-color: #21EC45;
}
.TagClassName
{
border-color: #21EC45;
}
</style>