Shades of Malachite #21E145
Tints of Malachite #21E145
RGB
CMYK
RGB Variations
Color information
#21E145 (or 0x21E145) is known color: Malachite. HEX triplet: 21, E1 and 45. RGB value is (33,225,69). Sum of RGB (Red+Green+Blue) = 33+225+69=327 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.09% from 327); Green value is 225 (88.28% from 255 or 68.81% from 327); Blue value is 69 (27.34% from 255 or 21.10% from 327); Max value from RGB is 225 - color contains mainly: green. Hex color #21E145 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21E145 is #DE1EBA. Grayscale: #969696. Windows color (decimal): -14556859 or 4579617. OLE color: 4579617.
HSL color Cylindrical-coordinate representation of color #21E145: hue angle of 131.25º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21E145 is Cyan = 0.85, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 33 | 225 | 69 | - |
| CMYK | 0.85 | 0 | 0.69 | 0.12 |
| HSL | 131.25º | 0.76% | 0.51% | - |
| HSV(B) | 131.25º | 0.85% | 0.88% | - |
| XYZ | 28.63 | 54.6 | 14.66 | - |
| YUV | 149.81 | 82.39 | 44.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 225 | 69 | 0.85 | 0 | 0.69 | 0.12 | 131.25 | 0.76 | 0.51 |
| Hex | 21 | E1 | 45 | 55 | 0 | 45 | C | 83 | 4C | 33 |
| Octal | 41 | 341 | 105 | 125 | 0 | 105 | 14 | 203 | 114 | 63 |
| Binary | 100001 | 11100001 | 1000101 | 1010101 | 0 | 1000101 | 1100 | 10000011 | 1001100 | 110011 |
Color Harmonies of #21E145
Complementary color
Monochromatic Colors of #21E145
Black with #21E145
Text Example
Text Example
White with #21E145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E145; }
p { color: rgb(33,225,69); }
H1.HeaderClassName
{
color: #21E145;
}
.AnyTagClassName
{
color: #21E145;
}
</style>
background-color css
<style>
a { background-color: #21E145; }
a { background-color: rgb(33,225,69); }
div.DivClassName
{
background-color: #21E145;
}
.BgClassName
{
background-color: #21E145;
}
</style>
border-color css
<style>
span { border-color: #21E145; }
span { border-color: rgb(33,225,69); }
td.TdClassName
{
border-color: #21E145;
}
.TagClassName
{
border-color: #21E145;
}
</style>