Shades of Malachite #21EC60
Tints of Malachite #21EC60
RGB
CMYK
RGB Variations
Color information
#21EC60 (or 0x21EC60) is known color: Malachite. HEX triplet: 21, EC and 60. RGB value is (33,236,96). Sum of RGB (Red+Green+Blue) = 33+236+96=365 (48% of max value = 765). Red value is 33 (13.28% from 255 or 9.04% from 365); Green value is 236 (92.58% from 255 or 64.66% from 365); Blue value is 96 (37.89% from 255 or 26.30% from 365); Max value from RGB is 236 - color contains mainly: green. Hex color #21EC60 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #21EC60 is #DE139F. Grayscale: #9F9F9F. Windows color (decimal): -14554016 or 6351905. OLE color: 6351905.
HSL color Cylindrical-coordinate representation of color #21EC60: hue angle of 138.62º 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 #21EC60 is Cyan = 0.86, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 236 | 96 | - |
| CMYK | 0.86 | 0 | 0.59 | 0.07 |
| HSL | 138.62º | 0.84% | 0.53% | - |
| HSV(B) | 138.62º | 0.86% | 0.93% | - |
| XYZ | 32.73 | 61.16 | 21.15 | - |
| YUV | 159.34 | 92.25 | 37.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 236 | 96 | 0.86 | 0 | 0.59 | 0.07 | 138.62 | 0.84 | 0.53 |
| Hex | 21 | EC | 60 | 56 | 0 | 3B | 7 | 8B | 54 | 35 |
| Octal | 41 | 354 | 140 | 126 | 0 | 73 | 7 | 213 | 124 | 65 |
| Binary | 100001 | 11101100 | 1100000 | 1010110 | 0 | 111011 | 111 | 10001011 | 1010100 | 110101 |
Color Harmonies of #21EC60
Complementary color
Monochromatic Colors of #21EC60
Black with #21EC60
Text Example
Text Example
White with #21EC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21EC60; }
p { color: rgb(33,236,96); }
H1.HeaderClassName
{
color: #21EC60;
}
.AnyTagClassName
{
color: #21EC60;
}
</style>
background-color css
<style>
a { background-color: #21EC60; }
a { background-color: rgb(33,236,96); }
div.DivClassName
{
background-color: #21EC60;
}
.BgClassName
{
background-color: #21EC60;
}
</style>
border-color css
<style>
span { border-color: #21EC60; }
span { border-color: rgb(33,236,96); }
td.TdClassName
{
border-color: #21EC60;
}
.TagClassName
{
border-color: #21EC60;
}
</style>