Shades of Malachite #21CA4C
Tints of Malachite #21CA4C
RGB
CMYK
RGB Variations
Color information
#21CA4C (or 0x21CA4C) is known color: Malachite. HEX triplet: 21, CA and 4C. RGB value is (33,202,76). Sum of RGB (Red+Green+Blue) = 33+202+76=311 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.61% from 311); Green value is 202 (79.30% from 255 or 64.95% from 311); Blue value is 76 (30.08% from 255 or 24.44% from 311); Max value from RGB is 202 - color contains mainly: green. Hex color #21CA4C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21CA4C is #DE35B3. Grayscale: #898989. Windows color (decimal): -14562740 or 5032481. OLE color: 5032481.
HSL color Cylindrical-coordinate representation of color #21CA4C: hue angle of 135.27º 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 #21CA4C is Cyan = 0.84, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 33 | 202 | 76 | - |
| CMYK | 0.84 | 0 | 0.62 | 0.21 |
| HSL | 135.27º | 0.72% | 0.46% | - |
| HSV(B) | 135.27º | 0.84% | 0.79% | - |
| XYZ | 23.05 | 43.09 | 13.94 | - |
| YUV | 137.11 | 93.51 | 53.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 202 | 76 | 0.84 | 0 | 0.62 | 0.21 | 135.27 | 0.72 | 0.46 |
| Hex | 21 | CA | 4C | 54 | 0 | 3E | 15 | 87 | 48 | 2E |
| Octal | 41 | 312 | 114 | 124 | 0 | 76 | 25 | 207 | 110 | 56 |
| Binary | 100001 | 11001010 | 1001100 | 1010100 | 0 | 111110 | 10101 | 10000111 | 1001000 | 101110 |
Color Harmonies of #21CA4C
Complementary color
Monochromatic Colors of #21CA4C
Black with #21CA4C
Text Example
Text Example
White with #21CA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CA4C; }
p { color: rgb(33,202,76); }
H1.HeaderClassName
{
color: #21CA4C;
}
.AnyTagClassName
{
color: #21CA4C;
}
</style>
background-color css
<style>
a { background-color: #21CA4C; }
a { background-color: rgb(33,202,76); }
div.DivClassName
{
background-color: #21CA4C;
}
.BgClassName
{
background-color: #21CA4C;
}
</style>
border-color css
<style>
span { border-color: #21CA4C; }
span { border-color: rgb(33,202,76); }
td.TdClassName
{
border-color: #21CA4C;
}
.TagClassName
{
border-color: #21CA4C;
}
</style>