Shades of Malachite #21CA4D
Tints of Malachite #21CA4D
RGB
CMYK
RGB Variations
Color information
#21CA4D (or 0x21CA4D) is known color: Malachite. HEX triplet: 21, CA and 4D. RGB value is (33,202,77). Sum of RGB (Red+Green+Blue) = 33+202+77=312 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.58% from 312); Green value is 202 (79.30% from 255 or 64.74% from 312); Blue value is 77 (30.47% from 255 or 24.68% from 312); Max value from RGB is 202 - color contains mainly: green. Hex color #21CA4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21CA4D is #DE35B2. Grayscale: #898989. Windows color (decimal): -14562739 or 5098017. OLE color: 5098017.
HSL color Cylindrical-coordinate representation of color #21CA4D: hue angle of 135.62º 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 #21CA4D is Cyan = 0.84, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 33 | 202 | 77 | - |
| CMYK | 0.84 | 0 | 0.62 | 0.21 |
| HSL | 135.62º | 0.72% | 0.46% | - |
| HSV(B) | 135.62º | 0.84% | 0.79% | - |
| XYZ | 23.09 | 43.1 | 14.12 | - |
| YUV | 137.22 | 94.01 | 53.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 202 | 77 | 0.84 | 0 | 0.62 | 0.21 | 135.62 | 0.72 | 0.46 |
| Hex | 21 | CA | 4D | 54 | 0 | 3E | 15 | 88 | 48 | 2E |
| Octal | 41 | 312 | 115 | 124 | 0 | 76 | 25 | 210 | 110 | 56 |
| Binary | 100001 | 11001010 | 1001101 | 1010100 | 0 | 111110 | 10101 | 10001000 | 1001000 | 101110 |
Color Harmonies of #21CA4D
Complementary color
Monochromatic Colors of #21CA4D
Black with #21CA4D
Text Example
Text Example
White with #21CA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CA4D; }
p { color: rgb(33,202,77); }
H1.HeaderClassName
{
color: #21CA4D;
}
.AnyTagClassName
{
color: #21CA4D;
}
</style>
background-color css
<style>
a { background-color: #21CA4D; }
a { background-color: rgb(33,202,77); }
div.DivClassName
{
background-color: #21CA4D;
}
.BgClassName
{
background-color: #21CA4D;
}
</style>
border-color css
<style>
span { border-color: #21CA4D; }
span { border-color: rgb(33,202,77); }
td.TdClassName
{
border-color: #21CA4D;
}
.TagClassName
{
border-color: #21CA4D;
}
</style>