Shades of Malachite #21EC61
Tints of Malachite #21EC61
RGB
CMYK
RGB Variations
Color information
#21EC61 (or 0x21EC61) is known color: Malachite. HEX triplet: 21, EC and 61. RGB value is (33,236,97). Sum of RGB (Red+Green+Blue) = 33+236+97=366 (48% of max value = 765). Red value is 33 (13.28% from 255 or 9.02% from 366); Green value is 236 (92.58% from 255 or 64.48% from 366); Blue value is 97 (38.28% from 255 or 26.50% from 366); Max value from RGB is 236 - color contains mainly: green. Hex color #21EC61 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #21EC61 is #DE139E. Grayscale: #9F9F9F. Windows color (decimal): -14554015 or 6417441. OLE color: 6417441.
HSL color Cylindrical-coordinate representation of color #21EC61: hue angle of 138.92º 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 #21EC61 is Cyan = 0.86, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 236 | 97 | - |
| CMYK | 0.86 | 0 | 0.59 | 0.07 |
| HSL | 138.92º | 0.84% | 0.53% | - |
| HSV(B) | 138.92º | 0.86% | 0.93% | - |
| XYZ | 32.78 | 61.18 | 21.39 | - |
| YUV | 159.46 | 92.75 | 37.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 236 | 97 | 0.86 | 0 | 0.59 | 0.07 | 138.92 | 0.84 | 0.53 |
| Hex | 21 | EC | 61 | 56 | 0 | 3B | 7 | 8B | 54 | 35 |
| Octal | 41 | 354 | 141 | 126 | 0 | 73 | 7 | 213 | 124 | 65 |
| Binary | 100001 | 11101100 | 1100001 | 1010110 | 0 | 111011 | 111 | 10001011 | 1010100 | 110101 |
Color Harmonies of #21EC61
Complementary color
Monochromatic Colors of #21EC61
Black with #21EC61
Text Example
Text Example
White with #21EC61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21EC61; }
p { color: rgb(33,236,97); }
H1.HeaderClassName
{
color: #21EC61;
}
.AnyTagClassName
{
color: #21EC61;
}
</style>
background-color css
<style>
a { background-color: #21EC61; }
a { background-color: rgb(33,236,97); }
div.DivClassName
{
background-color: #21EC61;
}
.BgClassName
{
background-color: #21EC61;
}
</style>
border-color css
<style>
span { border-color: #21EC61; }
span { border-color: rgb(33,236,97); }
td.TdClassName
{
border-color: #21EC61;
}
.TagClassName
{
border-color: #21EC61;
}
</style>