Shades of Malachite #21E750
Tints of Malachite #21E750
RGB
CMYK
RGB Variations
Color information
#21E750 (or 0x21E750) is known color: Malachite. HEX triplet: 21, E7 and 50. RGB value is (33,231,80). Sum of RGB (Red+Green+Blue) = 33+231+80=344 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.59% from 344); Green value is 231 (90.62% from 255 or 67.15% from 344); Blue value is 80 (31.64% from 255 or 23.26% from 344); Max value from RGB is 231 - color contains mainly: green. Hex color #21E750 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #21E750 is #DE18AF. Grayscale: #9A9A9A. Windows color (decimal): -14555312 or 5302049. OLE color: 5302049.
HSL color Cylindrical-coordinate representation of color #21E750: hue angle of 134.24º degrees, saturation: 0.8, 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 #21E750 is Cyan = 0.86, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 33 | 231 | 80 | - |
| CMYK | 0.86 | 0 | 0.65 | 0.09 |
| HSL | 134.24º | 0.8% | 0.52% | - |
| HSV(B) | 134.24º | 0.86% | 0.91% | - |
| XYZ | 30.65 | 58.05 | 17.18 | - |
| YUV | 154.58 | 85.9 | 41.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 231 | 80 | 0.86 | 0 | 0.65 | 0.09 | 134.24 | 0.8 | 0.52 |
| Hex | 21 | E7 | 50 | 56 | 0 | 41 | 9 | 86 | 50 | 34 |
| Octal | 41 | 347 | 120 | 126 | 0 | 101 | 11 | 206 | 120 | 64 |
| Binary | 100001 | 11100111 | 1010000 | 1010110 | 0 | 1000001 | 1001 | 10000110 | 1010000 | 110100 |
Color Harmonies of #21E750
Complementary color
Monochromatic Colors of #21E750
Black with #21E750
Text Example
Text Example
White with #21E750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E750; }
p { color: rgb(33,231,80); }
H1.HeaderClassName
{
color: #21E750;
}
.AnyTagClassName
{
color: #21E750;
}
</style>
background-color css
<style>
a { background-color: #21E750; }
a { background-color: rgb(33,231,80); }
div.DivClassName
{
background-color: #21E750;
}
.BgClassName
{
background-color: #21E750;
}
</style>
border-color css
<style>
span { border-color: #21E750; }
span { border-color: rgb(33,231,80); }
td.TdClassName
{
border-color: #21E750;
}
.TagClassName
{
border-color: #21E750;
}
</style>