Shades of Malachite #21CA4B
Tints of Malachite #21CA4B
RGB
CMYK
RGB Variations
Color information
#21CA4B (or 0x21CA4B) is known color: Malachite. HEX triplet: 21, CA and 4B. RGB value is (33,202,75). Sum of RGB (Red+Green+Blue) = 33+202+75=310 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.65% from 310); Green value is 202 (79.30% from 255 or 65.16% from 310); Blue value is 75 (29.69% from 255 or 24.19% from 310); Max value from RGB is 202 - color contains mainly: green. Hex color #21CA4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21CA4B is #DE35B4. Grayscale: #898989. Windows color (decimal): -14562741 or 4966945. OLE color: 4966945.
HSL color Cylindrical-coordinate representation of color #21CA4B: hue angle of 134.91º 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 #21CA4B is Cyan = 0.84, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 33 | 202 | 75 | - |
| CMYK | 0.84 | 0 | 0.63 | 0.21 |
| HSL | 134.91º | 0.72% | 0.46% | - |
| HSV(B) | 134.91º | 0.84% | 0.79% | - |
| XYZ | 23.02 | 43.07 | 13.76 | - |
| YUV | 136.99 | 93.01 | 53.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 202 | 75 | 0.84 | 0 | 0.63 | 0.21 | 134.91 | 0.72 | 0.46 |
| Hex | 21 | CA | 4B | 54 | 0 | 3F | 15 | 87 | 48 | 2E |
| Octal | 41 | 312 | 113 | 124 | 0 | 77 | 25 | 207 | 110 | 56 |
| Binary | 100001 | 11001010 | 1001011 | 1010100 | 0 | 111111 | 10101 | 10000111 | 1001000 | 101110 |
Color Harmonies of #21CA4B
Complementary color
Monochromatic Colors of #21CA4B
Black with #21CA4B
Text Example
Text Example
White with #21CA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CA4B; }
p { color: rgb(33,202,75); }
H1.HeaderClassName
{
color: #21CA4B;
}
.AnyTagClassName
{
color: #21CA4B;
}
</style>
background-color css
<style>
a { background-color: #21CA4B; }
a { background-color: rgb(33,202,75); }
div.DivClassName
{
background-color: #21CA4B;
}
.BgClassName
{
background-color: #21CA4B;
}
</style>
border-color css
<style>
span { border-color: #21CA4B; }
span { border-color: rgb(33,202,75); }
td.TdClassName
{
border-color: #21CA4B;
}
.TagClassName
{
border-color: #21CA4B;
}
</style>