Shades of Malachite #21E360
Tints of Malachite #21E360
RGB
CMYK
RGB Variations
Color information
#21E360 (or 0x21E360) is known color: Malachite. HEX triplet: 21, E3 and 60. RGB value is (33,227,96). Sum of RGB (Red+Green+Blue) = 33+227+96=356 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.27% from 356); Green value is 227 (89.06% from 255 or 63.76% from 356); Blue value is 96 (37.89% from 255 or 26.97% from 356); Max value from RGB is 227 - color contains mainly: green. Hex color #21E360 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21E360 is #DE1C9F. Grayscale: #9A9A9A. Windows color (decimal): -14556320 or 6349601. OLE color: 6349601.
HSL color Cylindrical-coordinate representation of color #21E360: hue angle of 139.48º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21E360 is Cyan = 0.85, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 33 | 227 | 96 | - |
| CMYK | 0.85 | 0 | 0.58 | 0.11 |
| HSL | 139.48º | 0.78% | 0.51% | - |
| HSV(B) | 139.48º | 0.85% | 0.89% | - |
| XYZ | 30.21 | 56.11 | 20.3 | - |
| YUV | 154.06 | 95.23 | 41.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 227 | 96 | 0.85 | 0 | 0.58 | 0.11 | 139.48 | 0.78 | 0.51 |
| Hex | 21 | E3 | 60 | 55 | 0 | 3A | B | 8B | 4E | 33 |
| Octal | 41 | 343 | 140 | 125 | 0 | 72 | 13 | 213 | 116 | 63 |
| Binary | 100001 | 11100011 | 1100000 | 1010101 | 0 | 111010 | 1011 | 10001011 | 1001110 | 110011 |
Color Harmonies of #21E360
Complementary color
Monochromatic Colors of #21E360
Black with #21E360
Text Example
Text Example
White with #21E360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E360; }
p { color: rgb(33,227,96); }
H1.HeaderClassName
{
color: #21E360;
}
.AnyTagClassName
{
color: #21E360;
}
</style>
background-color css
<style>
a { background-color: #21E360; }
a { background-color: rgb(33,227,96); }
div.DivClassName
{
background-color: #21E360;
}
.BgClassName
{
background-color: #21E360;
}
</style>
border-color css
<style>
span { border-color: #21E360; }
span { border-color: rgb(33,227,96); }
td.TdClassName
{
border-color: #21E360;
}
.TagClassName
{
border-color: #21E360;
}
</style>