Shades of Malachite #21C856
Tints of Malachite #21C856
RGB
CMYK
RGB Variations
Color information
#21C856 (or 0x21C856) is known color: Malachite. HEX triplet: 21, C8 and 56. RGB value is (33,200,86). Sum of RGB (Red+Green+Blue) = 33+200+86=319 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.34% from 319); Green value is 200 (78.52% from 255 or 62.70% from 319); Blue value is 86 (33.98% from 255 or 26.96% from 319); Max value from RGB is 200 - color contains mainly: green. Hex color #21C856 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21C856 is #DE37A9. Grayscale: #898989. Windows color (decimal): -14563242 or 5687329. OLE color: 5687329.
HSL color Cylindrical-coordinate representation of color #21C856: hue angle of 139.04º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21C856 is Cyan = 0.84, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 33 | 200 | 86 | - |
| CMYK | 0.84 | 0 | 0.57 | 0.22 |
| HSL | 139.04º | 0.72% | 0.46% | - |
| HSV(B) | 139.04º | 0.84% | 0.78% | - |
| XYZ | 22.96 | 42.3 | 15.76 | - |
| YUV | 137.07 | 99.17 | 53.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 200 | 86 | 0.84 | 0 | 0.57 | 0.22 | 139.04 | 0.72 | 0.46 |
| Hex | 21 | C8 | 56 | 54 | 0 | 39 | 16 | 8B | 48 | 2E |
| Octal | 41 | 310 | 126 | 124 | 0 | 71 | 26 | 213 | 110 | 56 |
| Binary | 100001 | 11001000 | 1010110 | 1010100 | 0 | 111001 | 10110 | 10001011 | 1001000 | 101110 |
Color Harmonies of #21C856
Complementary color
Monochromatic Colors of #21C856
Black with #21C856
Text Example
Text Example
White with #21C856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21C856; }
p { color: rgb(33,200,86); }
H1.HeaderClassName
{
color: #21C856;
}
.AnyTagClassName
{
color: #21C856;
}
</style>
background-color css
<style>
a { background-color: #21C856; }
a { background-color: rgb(33,200,86); }
div.DivClassName
{
background-color: #21C856;
}
.BgClassName
{
background-color: #21C856;
}
</style>
border-color css
<style>
span { border-color: #21C856; }
span { border-color: rgb(33,200,86); }
td.TdClassName
{
border-color: #21C856;
}
.TagClassName
{
border-color: #21C856;
}
</style>