Shades of Malachite #21CC49
Tints of Malachite #21CC49
RGB
CMYK
RGB Variations
Color information
#21CC49 (or 0x21CC49) is known color: Malachite. HEX triplet: 21, CC and 49. RGB value is (33,204,73). Sum of RGB (Red+Green+Blue) = 33+204+73=310 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.65% from 310); Green value is 204 (80.08% from 255 or 65.81% from 310); Blue value is 73 (28.91% from 255 or 23.55% from 310); Max value from RGB is 204 - color contains mainly: green. Hex color #21CC49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21CC49 is #DE33B6. Grayscale: #8A8A8A. Windows color (decimal): -14562231 or 4836385. OLE color: 4836385.
HSL color Cylindrical-coordinate representation of color #21CC49: hue angle of 134.04º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21CC49 is Cyan = 0.84, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 33 | 204 | 73 | - |
| CMYK | 0.84 | 0 | 0.64 | 0.2 |
| HSL | 134.04º | 0.72% | 0.46% | - |
| HSV(B) | 134.04º | 0.84% | 0.8% | - |
| XYZ | 23.42 | 43.99 | 13.56 | - |
| YUV | 137.94 | 91.35 | 53.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 204 | 73 | 0.84 | 0 | 0.64 | 0.2 | 134.04 | 0.72 | 0.46 |
| Hex | 21 | CC | 49 | 54 | 0 | 40 | 14 | 86 | 48 | 2E |
| Octal | 41 | 314 | 111 | 124 | 0 | 100 | 24 | 206 | 110 | 56 |
| Binary | 100001 | 11001100 | 1001001 | 1010100 | 0 | 1000000 | 10100 | 10000110 | 1001000 | 101110 |
Color Harmonies of #21CC49
Complementary color
Monochromatic Colors of #21CC49
Black with #21CC49
Text Example
Text Example
White with #21CC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CC49; }
p { color: rgb(33,204,73); }
H1.HeaderClassName
{
color: #21CC49;
}
.AnyTagClassName
{
color: #21CC49;
}
</style>
background-color css
<style>
a { background-color: #21CC49; }
a { background-color: rgb(33,204,73); }
div.DivClassName
{
background-color: #21CC49;
}
.BgClassName
{
background-color: #21CC49;
}
</style>
border-color css
<style>
span { border-color: #21CC49; }
span { border-color: rgb(33,204,73); }
td.TdClassName
{
border-color: #21CC49;
}
.TagClassName
{
border-color: #21CC49;
}
</style>