Shades of Malachite #21E340
Tints of Malachite #21E340
RGB
CMYK
RGB Variations
Color information
#21E340 (or 0x21E340) is known color: Malachite. HEX triplet: 21, E3 and 40. RGB value is (33,227,64). Sum of RGB (Red+Green+Blue) = 33+227+64=324 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.19% from 324); Green value is 227 (89.06% from 255 or 70.06% from 324); Blue value is 64 (25.39% from 255 or 19.75% from 324); Max value from RGB is 227 - color contains mainly: green. Hex color #21E340 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21E340 is #DE1CBF. Grayscale: #969696. Windows color (decimal): -14556352 or 4252449. OLE color: 4252449.
HSL color Cylindrical-coordinate representation of color #21E340: hue angle of 129.59º 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 #21E340 is Cyan = 0.85, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 33 | 227 | 64 | - |
| CMYK | 0.85 | 0 | 0.72 | 0.11 |
| HSL | 129.59º | 0.78% | 0.51% | - |
| HSV(B) | 129.59º | 0.85% | 0.89% | - |
| XYZ | 29.02 | 55.63 | 14.06 | - |
| YUV | 150.41 | 79.23 | 44.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 227 | 64 | 0.85 | 0 | 0.72 | 0.11 | 129.59 | 0.78 | 0.51 |
| Hex | 21 | E3 | 40 | 55 | 0 | 48 | B | 82 | 4E | 33 |
| Octal | 41 | 343 | 100 | 125 | 0 | 110 | 13 | 202 | 116 | 63 |
| Binary | 100001 | 11100011 | 1000000 | 1010101 | 0 | 1001000 | 1011 | 10000010 | 1001110 | 110011 |
Color Harmonies of #21E340
Complementary color
Monochromatic Colors of #21E340
Black with #21E340
Text Example
Text Example
White with #21E340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E340; }
p { color: rgb(33,227,64); }
H1.HeaderClassName
{
color: #21E340;
}
.AnyTagClassName
{
color: #21E340;
}
</style>
background-color css
<style>
a { background-color: #21E340; }
a { background-color: rgb(33,227,64); }
div.DivClassName
{
background-color: #21E340;
}
.BgClassName
{
background-color: #21E340;
}
</style>
border-color css
<style>
span { border-color: #21E340; }
span { border-color: rgb(33,227,64); }
td.TdClassName
{
border-color: #21E340;
}
.TagClassName
{
border-color: #21E340;
}
</style>