Shades of Malachite #21D356
Tints of Malachite #21D356
RGB
CMYK
RGB Variations
Color information
#21D356 (or 0x21D356) is known color: Malachite. HEX triplet: 21, D3 and 56. RGB value is (33,211,86). Sum of RGB (Red+Green+Blue) = 33+211+86=330 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10% from 330); Green value is 211 (82.81% from 255 or 63.94% from 330); Blue value is 86 (33.98% from 255 or 26.06% from 330); Max value from RGB is 211 - color contains mainly: green. Hex color #21D356 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21D356 is #DE2CA9. Grayscale: #8F8F8F. Windows color (decimal): -14560426 or 5690145. OLE color: 5690145.
HSL color Cylindrical-coordinate representation of color #21D356: hue angle of 137.87º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21D356 is Cyan = 0.84, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 33 | 211 | 86 | - |
| CMYK | 0.84 | 0 | 0.59 | 0.17 |
| HSL | 137.87º | 0.73% | 0.48% | - |
| HSV(B) | 137.87º | 0.84% | 0.83% | - |
| XYZ | 25.6 | 47.58 | 16.64 | - |
| YUV | 143.53 | 95.53 | 49.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 211 | 86 | 0.84 | 0 | 0.59 | 0.17 | 137.87 | 0.73 | 0.48 |
| Hex | 21 | D3 | 56 | 54 | 0 | 3B | 11 | 8A | 49 | 30 |
| Octal | 41 | 323 | 126 | 124 | 0 | 73 | 21 | 212 | 111 | 60 |
| Binary | 100001 | 11010011 | 1010110 | 1010100 | 0 | 111011 | 10001 | 10001010 | 1001001 | 110000 |
Color Harmonies of #21D356
Complementary color
Monochromatic Colors of #21D356
Black with #21D356
Text Example
Text Example
White with #21D356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D356; }
p { color: rgb(33,211,86); }
H1.HeaderClassName
{
color: #21D356;
}
.AnyTagClassName
{
color: #21D356;
}
</style>
background-color css
<style>
a { background-color: #21D356; }
a { background-color: rgb(33,211,86); }
div.DivClassName
{
background-color: #21D356;
}
.BgClassName
{
background-color: #21D356;
}
</style>
border-color css
<style>
span { border-color: #21D356; }
span { border-color: rgb(33,211,86); }
td.TdClassName
{
border-color: #21D356;
}
.TagClassName
{
border-color: #21D356;
}
</style>