Shades of Malachite #21D876
Tints of Malachite #21D876
RGB
CMYK
RGB Variations
Color information
#21D876 (or 0x21D876) is known color: Malachite. HEX triplet: 21, D8 and 76. RGB value is (33,216,118). Sum of RGB (Red+Green+Blue) = 33+216+118=367 (48% of max value = 765). Red value is 33 (13.28% from 255 or 8.99% from 367); Green value is 216 (84.77% from 255 or 58.86% from 367); Blue value is 118 (46.48% from 255 or 32.15% from 367); Max value from RGB is 216 - color contains mainly: green. Hex color #21D876 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21D876 is #DE2789. Grayscale: #969696. Windows color (decimal): -14559114 or 7788577. OLE color: 7788577.
HSL color Cylindrical-coordinate representation of color #21D876: hue angle of 147.87º 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 #21D876 is Cyan = 0.85, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 33 | 216 | 118 | - |
| CMYK | 0.85 | 0 | 0.45 | 0.15 |
| HSL | 147.87º | 0.73% | 0.49% | - |
| HSV(B) | 147.87º | 0.85% | 0.85% | - |
| XYZ | 28.45 | 50.74 | 25.43 | - |
| YUV | 150.11 | 109.87 | 44.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 216 | 118 | 0.85 | 0 | 0.45 | 0.15 | 147.87 | 0.73 | 0.49 |
| Hex | 21 | D8 | 76 | 55 | 0 | 2D | F | 94 | 49 | 31 |
| Octal | 41 | 330 | 166 | 125 | 0 | 55 | 17 | 224 | 111 | 61 |
| Binary | 100001 | 11011000 | 1110110 | 1010101 | 0 | 101101 | 1111 | 10010100 | 1001001 | 110001 |
Color Harmonies of #21D876
Complementary color
Monochromatic Colors of #21D876
Black with #21D876
Text Example
Text Example
White with #21D876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D876; }
p { color: rgb(33,216,118); }
H1.HeaderClassName
{
color: #21D876;
}
.AnyTagClassName
{
color: #21D876;
}
</style>
background-color css
<style>
a { background-color: #21D876; }
a { background-color: rgb(33,216,118); }
div.DivClassName
{
background-color: #21D876;
}
.BgClassName
{
background-color: #21D876;
}
</style>
border-color css
<style>
span { border-color: #21D876; }
span { border-color: rgb(33,216,118); }
td.TdClassName
{
border-color: #21D876;
}
.TagClassName
{
border-color: #21D876;
}
</style>