Shades of Malachite #21EC69
Tints of Malachite #21EC69
RGB
CMYK
RGB Variations
Color information
#21EC69 (or 0x21EC69) is known color: Malachite. HEX triplet: 21, EC and 69. RGB value is (33,236,105). Sum of RGB (Red+Green+Blue) = 33+236+105=374 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.82% from 374); Green value is 236 (92.58% from 255 or 63.10% from 374); Blue value is 105 (41.41% from 255 or 28.07% from 374); Max value from RGB is 236 - color contains mainly: green. Hex color #21EC69 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #21EC69 is #DE1396. Grayscale: #A0A0A0. Windows color (decimal): -14554007 or 6941729. OLE color: 6941729.
HSL color Cylindrical-coordinate representation of color #21EC69: hue angle of 141.28º 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 #21EC69 is Cyan = 0.86, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 236 | 105 | - |
| CMYK | 0.86 | 0 | 0.56 | 0.07 |
| HSL | 141.28º | 0.84% | 0.53% | - |
| HSV(B) | 141.28º | 0.86% | 0.93% | - |
| XYZ | 33.17 | 61.33 | 23.45 | - |
| YUV | 160.37 | 96.75 | 37.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 236 | 105 | 0.86 | 0 | 0.56 | 0.07 | 141.28 | 0.84 | 0.53 |
| Hex | 21 | EC | 69 | 56 | 0 | 38 | 7 | 8D | 54 | 35 |
| Octal | 41 | 354 | 151 | 126 | 0 | 70 | 7 | 215 | 124 | 65 |
| Binary | 100001 | 11101100 | 1101001 | 1010110 | 0 | 111000 | 111 | 10001101 | 1010100 | 110101 |
Color Harmonies of #21EC69
Complementary color
Monochromatic Colors of #21EC69
Black with #21EC69
Text Example
Text Example
White with #21EC69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21EC69; }
p { color: rgb(33,236,105); }
H1.HeaderClassName
{
color: #21EC69;
}
.AnyTagClassName
{
color: #21EC69;
}
</style>
background-color css
<style>
a { background-color: #21EC69; }
a { background-color: rgb(33,236,105); }
div.DivClassName
{
background-color: #21EC69;
}
.BgClassName
{
background-color: #21EC69;
}
</style>
border-color css
<style>
span { border-color: #21EC69; }
span { border-color: rgb(33,236,105); }
td.TdClassName
{
border-color: #21EC69;
}
.TagClassName
{
border-color: #21EC69;
}
</style>