Shades of Malachite #21E050
Tints of Malachite #21E050
RGB
CMYK
RGB Variations
Color information
#21E050 (or 0x21E050) is known color: Malachite. HEX triplet: 21, E0 and 50. RGB value is (33,224,80). Sum of RGB (Red+Green+Blue) = 33+224+80=337 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.79% from 337); Green value is 224 (87.89% from 255 or 66.47% from 337); Blue value is 80 (31.64% from 255 or 23.74% from 337); Max value from RGB is 224 - color contains mainly: green. Hex color #21E050 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21E050 is #DE1FAF. Grayscale: #969696. Windows color (decimal): -14557104 or 5300257. OLE color: 5300257.
HSL color Cylindrical-coordinate representation of color #21E050: hue angle of 134.76º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21E050 is Cyan = 0.85, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 33 | 224 | 80 | - |
| CMYK | 0.85 | 0 | 0.64 | 0.12 |
| HSL | 134.76º | 0.75% | 0.5% | - |
| HSV(B) | 134.76º | 0.85% | 0.88% | - |
| XYZ | 28.73 | 54.21 | 16.54 | - |
| YUV | 150.48 | 88.22 | 44.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 224 | 80 | 0.85 | 0 | 0.64 | 0.12 | 134.76 | 0.75 | 0.5 |
| Hex | 21 | E0 | 50 | 55 | 0 | 40 | C | 87 | 4B | 32 |
| Octal | 41 | 340 | 120 | 125 | 0 | 100 | 14 | 207 | 113 | 62 |
| Binary | 100001 | 11100000 | 1010000 | 1010101 | 0 | 1000000 | 1100 | 10000111 | 1001011 | 110010 |
Color Harmonies of #21E050
Complementary color
Monochromatic Colors of #21E050
Black with #21E050
Text Example
Text Example
White with #21E050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E050; }
p { color: rgb(33,224,80); }
H1.HeaderClassName
{
color: #21E050;
}
.AnyTagClassName
{
color: #21E050;
}
</style>
background-color css
<style>
a { background-color: #21E050; }
a { background-color: rgb(33,224,80); }
div.DivClassName
{
background-color: #21E050;
}
.BgClassName
{
background-color: #21E050;
}
</style>
border-color css
<style>
span { border-color: #21E050; }
span { border-color: rgb(33,224,80); }
td.TdClassName
{
border-color: #21E050;
}
.TagClassName
{
border-color: #21E050;
}
</style>