Shades of Malachite #21D156
Tints of Malachite #21D156
RGB
CMYK
RGB Variations
Color information
#21D156 (or 0x21D156) is known color: Malachite. HEX triplet: 21, D1 and 56. RGB value is (33,209,86). Sum of RGB (Red+Green+Blue) = 33+209+86=328 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.06% from 328); Green value is 209 (82.03% from 255 or 63.72% from 328); Blue value is 86 (33.98% from 255 or 26.22% from 328); Max value from RGB is 209 - color contains mainly: green. Hex color #21D156 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21D156 is #DE2EA9. Grayscale: #8E8E8E. Windows color (decimal): -14560938 or 5689633. OLE color: 5689633.
HSL color Cylindrical-coordinate representation of color #21D156: hue angle of 138.07º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21D156 is Cyan = 0.84, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 33 | 209 | 86 | - |
| CMYK | 0.84 | 0 | 0.59 | 0.18 |
| HSL | 138.07º | 0.73% | 0.47% | - |
| HSV(B) | 138.07º | 0.84% | 0.82% | - |
| XYZ | 25.11 | 46.6 | 16.47 | - |
| YUV | 142.35 | 96.19 | 50 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 209 | 86 | 0.84 | 0 | 0.59 | 0.18 | 138.07 | 0.73 | 0.47 |
| Hex | 21 | D1 | 56 | 54 | 0 | 3B | 12 | 8A | 49 | 2F |
| Octal | 41 | 321 | 126 | 124 | 0 | 73 | 22 | 212 | 111 | 57 |
| Binary | 100001 | 11010001 | 1010110 | 1010100 | 0 | 111011 | 10010 | 10001010 | 1001001 | 101111 |
Color Harmonies of #21D156
Complementary color
Monochromatic Colors of #21D156
Black with #21D156
Text Example
Text Example
White with #21D156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D156; }
p { color: rgb(33,209,86); }
H1.HeaderClassName
{
color: #21D156;
}
.AnyTagClassName
{
color: #21D156;
}
</style>
background-color css
<style>
a { background-color: #21D156; }
a { background-color: rgb(33,209,86); }
div.DivClassName
{
background-color: #21D156;
}
.BgClassName
{
background-color: #21D156;
}
</style>
border-color css
<style>
span { border-color: #21D156; }
span { border-color: rgb(33,209,86); }
td.TdClassName
{
border-color: #21D156;
}
.TagClassName
{
border-color: #21D156;
}
</style>