Shades of Malachite #21D873
Tints of Malachite #21D873
RGB
CMYK
RGB Variations
Color information
#21D873 (or 0x21D873) is known color: Malachite. HEX triplet: 21, D8 and 73. RGB value is (33,216,115). Sum of RGB (Red+Green+Blue) = 33+216+115=364 (48% of max value = 765). Red value is 33 (13.28% from 255 or 9.07% from 364); Green value is 216 (84.77% from 255 or 59.34% from 364); Blue value is 115 (45.31% from 255 or 31.59% from 364); Max value from RGB is 216 - color contains mainly: green. Hex color #21D873 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21D873 is #DE278C. Grayscale: #959595. Windows color (decimal): -14559117 or 7591969. OLE color: 7591969.
HSL color Cylindrical-coordinate representation of color #21D873: hue angle of 146.89º 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 #21D873 is Cyan = 0.85, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 33 | 216 | 115 | - |
| CMYK | 0.85 | 0 | 0.47 | 0.15 |
| HSL | 146.89º | 0.73% | 0.49% | - |
| HSV(B) | 146.89º | 0.85% | 0.85% | - |
| XYZ | 28.28 | 50.67 | 24.51 | - |
| YUV | 149.77 | 108.37 | 44.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 216 | 115 | 0.85 | 0 | 0.47 | 0.15 | 146.89 | 0.73 | 0.49 |
| Hex | 21 | D8 | 73 | 55 | 0 | 2F | F | 93 | 49 | 31 |
| Octal | 41 | 330 | 163 | 125 | 0 | 57 | 17 | 223 | 111 | 61 |
| Binary | 100001 | 11011000 | 1110011 | 1010101 | 0 | 101111 | 1111 | 10010011 | 1001001 | 110001 |
Color Harmonies of #21D873
Complementary color
Monochromatic Colors of #21D873
Black with #21D873
Text Example
Text Example
White with #21D873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D873; }
p { color: rgb(33,216,115); }
H1.HeaderClassName
{
color: #21D873;
}
.AnyTagClassName
{
color: #21D873;
}
</style>
background-color css
<style>
a { background-color: #21D873; }
a { background-color: rgb(33,216,115); }
div.DivClassName
{
background-color: #21D873;
}
.BgClassName
{
background-color: #21D873;
}
</style>
border-color css
<style>
span { border-color: #21D873; }
span { border-color: rgb(33,216,115); }
td.TdClassName
{
border-color: #21D873;
}
.TagClassName
{
border-color: #21D873;
}
</style>