Shades of Malachite #21D854
Tints of Malachite #21D854
RGB
CMYK
RGB Variations
Color information
#21D854 (or 0x21D854) is known color: Malachite. HEX triplet: 21, D8 and 54. RGB value is (33,216,84). Sum of RGB (Red+Green+Blue) = 33+216+84=333 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.91% from 333); Green value is 216 (84.77% from 255 or 64.86% from 333); Blue value is 84 (33.20% from 255 or 25.23% from 333); Max value from RGB is 216 - color contains mainly: green. Hex color #21D854 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21D854 is #DE27AB. Grayscale: #929292. Windows color (decimal): -14559148 or 5560353. OLE color: 5560353.
HSL color Cylindrical-coordinate representation of color #21D854: hue angle of 136.72º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21D854 is Cyan = 0.85, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 33 | 216 | 84 | - |
| CMYK | 0.85 | 0 | 0.61 | 0.15 |
| HSL | 136.72º | 0.73% | 0.49% | - |
| HSV(B) | 136.72º | 0.85% | 0.85% | - |
| XYZ | 26.78 | 50.08 | 16.64 | - |
| YUV | 146.24 | 92.87 | 47.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 216 | 84 | 0.85 | 0 | 0.61 | 0.15 | 136.72 | 0.73 | 0.49 |
| Hex | 21 | D8 | 54 | 55 | 0 | 3D | F | 89 | 49 | 31 |
| Octal | 41 | 330 | 124 | 125 | 0 | 75 | 17 | 211 | 111 | 61 |
| Binary | 100001 | 11011000 | 1010100 | 1010101 | 0 | 111101 | 1111 | 10001001 | 1001001 | 110001 |
Color Harmonies of #21D854
Complementary color
Monochromatic Colors of #21D854
Black with #21D854
Text Example
Text Example
White with #21D854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D854; }
p { color: rgb(33,216,84); }
H1.HeaderClassName
{
color: #21D854;
}
.AnyTagClassName
{
color: #21D854;
}
</style>
background-color css
<style>
a { background-color: #21D854; }
a { background-color: rgb(33,216,84); }
div.DivClassName
{
background-color: #21D854;
}
.BgClassName
{
background-color: #21D854;
}
</style>
border-color css
<style>
span { border-color: #21D854; }
span { border-color: rgb(33,216,84); }
td.TdClassName
{
border-color: #21D854;
}
.TagClassName
{
border-color: #21D854;
}
</style>