Shades of Malachite #21D771
Tints of Malachite #21D771
RGB
CMYK
RGB Variations
Color information
#21D771 (or 0x21D771) is known color: Malachite. HEX triplet: 21, D7 and 71. RGB value is (33,215,113). Sum of RGB (Red+Green+Blue) = 33+215+113=361 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.14% from 361); Green value is 215 (84.38% from 255 or 59.56% from 361); Blue value is 113 (44.53% from 255 or 31.30% from 361); Max value from RGB is 215 - color contains mainly: green. Hex color #21D771 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21D771 is #DE288E. Grayscale: #959595. Windows color (decimal): -14559375 or 7460641. OLE color: 7460641.
HSL color Cylindrical-coordinate representation of color #21D771: hue angle of 146.37º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21D771 is Cyan = 0.85, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 33 | 215 | 113 | - |
| CMYK | 0.85 | 0 | 0.47 | 0.16 |
| HSL | 146.37º | 0.73% | 0.49% | - |
| HSV(B) | 146.37º | 0.85% | 0.84% | - |
| XYZ | 27.91 | 50.12 | 23.83 | - |
| YUV | 148.95 | 107.7 | 45.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 215 | 113 | 0.85 | 0 | 0.47 | 0.16 | 146.37 | 0.73 | 0.49 |
| Hex | 21 | D7 | 71 | 55 | 0 | 2F | 10 | 92 | 49 | 31 |
| Octal | 41 | 327 | 161 | 125 | 0 | 57 | 20 | 222 | 111 | 61 |
| Binary | 100001 | 11010111 | 1110001 | 1010101 | 0 | 101111 | 10000 | 10010010 | 1001001 | 110001 |
Color Harmonies of #21D771
Complementary color
Monochromatic Colors of #21D771
Black with #21D771
Text Example
Text Example
White with #21D771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D771; }
p { color: rgb(33,215,113); }
H1.HeaderClassName
{
color: #21D771;
}
.AnyTagClassName
{
color: #21D771;
}
</style>
background-color css
<style>
a { background-color: #21D771; }
a { background-color: rgb(33,215,113); }
div.DivClassName
{
background-color: #21D771;
}
.BgClassName
{
background-color: #21D771;
}
</style>
border-color css
<style>
span { border-color: #21D771; }
span { border-color: rgb(33,215,113); }
td.TdClassName
{
border-color: #21D771;
}
.TagClassName
{
border-color: #21D771;
}
</style>