Shades of Malachite #21C04F
Tints of Malachite #21C04F
RGB
CMYK
RGB Variations
Color information
#21C04F (or 0x21C04F) is known color: Malachite. HEX triplet: 21, C0 and 4F. RGB value is (33,192,79). Sum of RGB (Red+Green+Blue) = 33+192+79=304 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.86% from 304); Green value is 192 (75.39% from 255 or 63.16% from 304); Blue value is 79 (31.25% from 255 or 25.99% from 304); Max value from RGB is 192 - color contains mainly: green. Hex color #21C04F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21C04F is #DE3FB0. Grayscale: #838383. Windows color (decimal): -14565297 or 5226529. OLE color: 5226529.
HSL color Cylindrical-coordinate representation of color #21C04F: hue angle of 137.36º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21C04F is Cyan = 0.83, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 33 | 192 | 79 | - |
| CMYK | 0.83 | 0 | 0.59 | 0.25 |
| HSL | 137.36º | 0.71% | 0.44% | - |
| HSV(B) | 137.36º | 0.83% | 0.75% | - |
| XYZ | 20.89 | 38.59 | 13.74 | - |
| YUV | 131.58 | 98.32 | 57.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 192 | 79 | 0.83 | 0 | 0.59 | 0.25 | 137.36 | 0.71 | 0.44 |
| Hex | 21 | C0 | 4F | 53 | 0 | 3B | 19 | 89 | 47 | 2C |
| Octal | 41 | 300 | 117 | 123 | 0 | 73 | 31 | 211 | 107 | 54 |
| Binary | 100001 | 11000000 | 1001111 | 1010011 | 0 | 111011 | 11001 | 10001001 | 1000111 | 101100 |
Color Harmonies of #21C04F
Complementary color
Monochromatic Colors of #21C04F
Black with #21C04F
Text Example
Text Example
White with #21C04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21C04F; }
p { color: rgb(33,192,79); }
H1.HeaderClassName
{
color: #21C04F;
}
.AnyTagClassName
{
color: #21C04F;
}
</style>
background-color css
<style>
a { background-color: #21C04F; }
a { background-color: rgb(33,192,79); }
div.DivClassName
{
background-color: #21C04F;
}
.BgClassName
{
background-color: #21C04F;
}
</style>
border-color css
<style>
span { border-color: #21C04F; }
span { border-color: rgb(33,192,79); }
td.TdClassName
{
border-color: #21C04F;
}
.TagClassName
{
border-color: #21C04F;
}
</style>