Shades of Malachite #21CA5E
Tints of Malachite #21CA5E
RGB
CMYK
RGB Variations
Color information
#21CA5E (or 0x21CA5E) is known color: Malachite. HEX triplet: 21, CA and 5E. RGB value is (33,202,94). Sum of RGB (Red+Green+Blue) = 33+202+94=329 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.03% from 329); Green value is 202 (79.30% from 255 or 61.40% from 329); Blue value is 94 (37.11% from 255 or 28.57% from 329); Max value from RGB is 202 - color contains mainly: green. Hex color #21CA5E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21CA5E is #DE35A1. Grayscale: #8B8B8B. Windows color (decimal): -14562722 or 6212129. OLE color: 6212129.
HSL color Cylindrical-coordinate representation of color #21CA5E: hue angle of 141.66º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21CA5E is Cyan = 0.84, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 33 | 202 | 94 | - |
| CMYK | 0.84 | 0 | 0.53 | 0.21 |
| HSL | 141.66º | 0.72% | 0.46% | - |
| HSV(B) | 141.66º | 0.84% | 0.79% | - |
| XYZ | 23.77 | 43.37 | 17.71 | - |
| YUV | 139.16 | 102.51 | 52.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 202 | 94 | 0.84 | 0 | 0.53 | 0.21 | 141.66 | 0.72 | 0.46 |
| Hex | 21 | CA | 5E | 54 | 0 | 35 | 15 | 8E | 48 | 2E |
| Octal | 41 | 312 | 136 | 124 | 0 | 65 | 25 | 216 | 110 | 56 |
| Binary | 100001 | 11001010 | 1011110 | 1010100 | 0 | 110101 | 10101 | 10001110 | 1001000 | 101110 |
Color Harmonies of #21CA5E
Complementary color
Monochromatic Colors of #21CA5E
Black with #21CA5E
Text Example
Text Example
White with #21CA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CA5E; }
p { color: rgb(33,202,94); }
H1.HeaderClassName
{
color: #21CA5E;
}
.AnyTagClassName
{
color: #21CA5E;
}
</style>
background-color css
<style>
a { background-color: #21CA5E; }
a { background-color: rgb(33,202,94); }
div.DivClassName
{
background-color: #21CA5E;
}
.BgClassName
{
background-color: #21CA5E;
}
</style>
border-color css
<style>
span { border-color: #21CA5E; }
span { border-color: rgb(33,202,94); }
td.TdClassName
{
border-color: #21CA5E;
}
.TagClassName
{
border-color: #21CA5E;
}
</style>