Shades of Malachite #21E850
Tints of Malachite #21E850
RGB
CMYK
RGB Variations
Color information
#21E850 (or 0x21E850) is known color: Malachite. HEX triplet: 21, E8 and 50. RGB value is (33,232,80). Sum of RGB (Red+Green+Blue) = 33+232+80=345 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.57% from 345); Green value is 232 (91.02% from 255 or 67.25% from 345); Blue value is 80 (31.64% from 255 or 23.19% from 345); Max value from RGB is 232 - color contains mainly: green. Hex color #21E850 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #21E850 is #DE17AF. Grayscale: #9B9B9B. Windows color (decimal): -14555056 or 5302305. OLE color: 5302305.
HSL color Cylindrical-coordinate representation of color #21E850: hue angle of 134.17º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21E850 is Cyan = 0.86, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 33 | 232 | 80 | - |
| CMYK | 0.86 | 0 | 0.66 | 0.09 |
| HSL | 134.17º | 0.81% | 0.52% | - |
| HSV(B) | 134.17º | 0.86% | 0.91% | - |
| XYZ | 30.93 | 58.62 | 17.27 | - |
| YUV | 155.17 | 85.57 | 40.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 232 | 80 | 0.86 | 0 | 0.66 | 0.09 | 134.17 | 0.81 | 0.52 |
| Hex | 21 | E8 | 50 | 56 | 0 | 42 | 9 | 86 | 51 | 34 |
| Octal | 41 | 350 | 120 | 126 | 0 | 102 | 11 | 206 | 121 | 64 |
| Binary | 100001 | 11101000 | 1010000 | 1010110 | 0 | 1000010 | 1001 | 10000110 | 1010001 | 110100 |
Color Harmonies of #21E850
Complementary color
Monochromatic Colors of #21E850
Black with #21E850
Text Example
Text Example
White with #21E850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E850; }
p { color: rgb(33,232,80); }
H1.HeaderClassName
{
color: #21E850;
}
.AnyTagClassName
{
color: #21E850;
}
</style>
background-color css
<style>
a { background-color: #21E850; }
a { background-color: rgb(33,232,80); }
div.DivClassName
{
background-color: #21E850;
}
.BgClassName
{
background-color: #21E850;
}
</style>
border-color css
<style>
span { border-color: #21E850; }
span { border-color: rgb(33,232,80); }
td.TdClassName
{
border-color: #21E850;
}
.TagClassName
{
border-color: #21E850;
}
</style>