Shades of Malachite #21EC5B
Tints of Malachite #21EC5B
RGB
CMYK
RGB Variations
Color information
#21EC5B (or 0x21EC5B) is known color: Malachite. HEX triplet: 21, EC and 5B. RGB value is (33,236,91). Sum of RGB (Red+Green+Blue) = 33+236+91=360 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.17% from 360); Green value is 236 (92.58% from 255 or 65.56% from 360); Blue value is 91 (35.94% from 255 or 25.28% from 360); Max value from RGB is 236 - color contains mainly: green. Hex color #21EC5B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #21EC5B is #DE13A4. Grayscale: #9F9F9F. Windows color (decimal): -14554021 or 6024225. OLE color: 6024225.
HSL color Cylindrical-coordinate representation of color #21EC5B: hue angle of 137.14º 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 #21EC5B is Cyan = 0.86, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 236 | 91 | - |
| CMYK | 0.86 | 0 | 0.61 | 0.07 |
| HSL | 137.14º | 0.84% | 0.53% | - |
| HSV(B) | 137.14º | 0.86% | 0.93% | - |
| XYZ | 32.51 | 61.07 | 19.97 | - |
| YUV | 158.77 | 89.75 | 38.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 236 | 91 | 0.86 | 0 | 0.61 | 0.07 | 137.14 | 0.84 | 0.53 |
| Hex | 21 | EC | 5B | 56 | 0 | 3D | 7 | 89 | 54 | 35 |
| Octal | 41 | 354 | 133 | 126 | 0 | 75 | 7 | 211 | 124 | 65 |
| Binary | 100001 | 11101100 | 1011011 | 1010110 | 0 | 111101 | 111 | 10001001 | 1010100 | 110101 |
Color Harmonies of #21EC5B
Complementary color
Monochromatic Colors of #21EC5B
Black with #21EC5B
Text Example
Text Example
White with #21EC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21EC5B; }
p { color: rgb(33,236,91); }
H1.HeaderClassName
{
color: #21EC5B;
}
.AnyTagClassName
{
color: #21EC5B;
}
</style>
background-color css
<style>
a { background-color: #21EC5B; }
a { background-color: rgb(33,236,91); }
div.DivClassName
{
background-color: #21EC5B;
}
.BgClassName
{
background-color: #21EC5B;
}
</style>
border-color css
<style>
span { border-color: #21EC5B; }
span { border-color: rgb(33,236,91); }
td.TdClassName
{
border-color: #21EC5B;
}
.TagClassName
{
border-color: #21EC5B;
}
</style>