Shades of Malachite #21D756
Tints of Malachite #21D756
RGB
CMYK
RGB Variations
Color information
#21D756 (or 0x21D756) is known color: Malachite. HEX triplet: 21, D7 and 56. RGB value is (33,215,86). Sum of RGB (Red+Green+Blue) = 33+215+86=334 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.88% from 334); Green value is 215 (84.38% from 255 or 64.37% from 334); Blue value is 86 (33.98% from 255 or 25.75% from 334); Max value from RGB is 215 - color contains mainly: green. Hex color #21D756 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21D756 is #DE28A9. Grayscale: #929292. Windows color (decimal): -14559402 or 5691169. OLE color: 5691169.
HSL color Cylindrical-coordinate representation of color #21D756: hue angle of 137.47º 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 #21D756 is Cyan = 0.85, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 33 | 215 | 86 | - |
| CMYK | 0.85 | 0 | 0.6 | 0.16 |
| HSL | 137.47º | 0.73% | 0.49% | - |
| HSV(B) | 137.47º | 0.85% | 0.84% | - |
| XYZ | 26.61 | 49.6 | 16.97 | - |
| YUV | 145.88 | 94.2 | 47.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 215 | 86 | 0.85 | 0 | 0.6 | 0.16 | 137.47 | 0.73 | 0.49 |
| Hex | 21 | D7 | 56 | 55 | 0 | 3C | 10 | 89 | 49 | 31 |
| Octal | 41 | 327 | 126 | 125 | 0 | 74 | 20 | 211 | 111 | 61 |
| Binary | 100001 | 11010111 | 1010110 | 1010101 | 0 | 111100 | 10000 | 10001001 | 1001001 | 110001 |
Color Harmonies of #21D756
Complementary color
Monochromatic Colors of #21D756
Black with #21D756
Text Example
Text Example
White with #21D756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D756; }
p { color: rgb(33,215,86); }
H1.HeaderClassName
{
color: #21D756;
}
.AnyTagClassName
{
color: #21D756;
}
</style>
background-color css
<style>
a { background-color: #21D756; }
a { background-color: rgb(33,215,86); }
div.DivClassName
{
background-color: #21D756;
}
.BgClassName
{
background-color: #21D756;
}
</style>
border-color css
<style>
span { border-color: #21D756; }
span { border-color: rgb(33,215,86); }
td.TdClassName
{
border-color: #21D756;
}
.TagClassName
{
border-color: #21D756;
}
</style>