Shades of Malachite #21EC5C
Tints of Malachite #21EC5C
RGB
CMYK
RGB Variations
Color information
#21EC5C (or 0x21EC5C) is known color: Malachite. HEX triplet: 21, EC and 5C. RGB value is (33,236,92). Sum of RGB (Red+Green+Blue) = 33+236+92=361 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.14% from 361); Green value is 236 (92.58% from 255 or 65.37% from 361); Blue value is 92 (36.33% from 255 or 25.48% from 361); Max value from RGB is 236 - color contains mainly: green. Hex color #21EC5C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #21EC5C is #DE13A3. Grayscale: #9F9F9F. Windows color (decimal): -14554020 or 6089761. OLE color: 6089761.
HSL color Cylindrical-coordinate representation of color #21EC5C: hue angle of 137.44º 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 #21EC5C is Cyan = 0.86, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 236 | 92 | - |
| CMYK | 0.86 | 0 | 0.61 | 0.07 |
| HSL | 137.44º | 0.84% | 0.53% | - |
| HSV(B) | 137.44º | 0.86% | 0.93% | - |
| XYZ | 32.55 | 61.09 | 20.2 | - |
| YUV | 158.89 | 90.25 | 38.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 236 | 92 | 0.86 | 0 | 0.61 | 0.07 | 137.44 | 0.84 | 0.53 |
| Hex | 21 | EC | 5C | 56 | 0 | 3D | 7 | 89 | 54 | 35 |
| Octal | 41 | 354 | 134 | 126 | 0 | 75 | 7 | 211 | 124 | 65 |
| Binary | 100001 | 11101100 | 1011100 | 1010110 | 0 | 111101 | 111 | 10001001 | 1010100 | 110101 |
Color Harmonies of #21EC5C
Complementary color
Monochromatic Colors of #21EC5C
Black with #21EC5C
Text Example
Text Example
White with #21EC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21EC5C; }
p { color: rgb(33,236,92); }
H1.HeaderClassName
{
color: #21EC5C;
}
.AnyTagClassName
{
color: #21EC5C;
}
</style>
background-color css
<style>
a { background-color: #21EC5C; }
a { background-color: rgb(33,236,92); }
div.DivClassName
{
background-color: #21EC5C;
}
.BgClassName
{
background-color: #21EC5C;
}
</style>
border-color css
<style>
span { border-color: #21EC5C; }
span { border-color: rgb(33,236,92); }
td.TdClassName
{
border-color: #21EC5C;
}
.TagClassName
{
border-color: #21EC5C;
}
</style>