Shades of Malachite #21D16B
Tints of Malachite #21D16B
RGB
CMYK
RGB Variations
Color information
#21D16B (or 0x21D16B) is known color: Malachite. HEX triplet: 21, D1 and 6B. RGB value is (33,209,107). Sum of RGB (Red+Green+Blue) = 33+209+107=349 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.46% from 349); Green value is 209 (82.03% from 255 or 59.89% from 349); Blue value is 107 (42.19% from 255 or 30.66% from 349); Max value from RGB is 209 - color contains mainly: green. Hex color #21D16B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21D16B is #DE2E94. Grayscale: #909090. Windows color (decimal): -14560917 or 7065889. OLE color: 7065889.
HSL color Cylindrical-coordinate representation of color #21D16B: hue angle of 145.23º 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 #21D16B is Cyan = 0.84, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 33 | 209 | 107 | - |
| CMYK | 0.84 | 0 | 0.49 | 0.18 |
| HSL | 145.23º | 0.73% | 0.47% | - |
| HSV(B) | 145.23º | 0.84% | 0.82% | - |
| XYZ | 26.08 | 46.99 | 21.6 | - |
| YUV | 144.75 | 106.69 | 48.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 209 | 107 | 0.84 | 0 | 0.49 | 0.18 | 145.23 | 0.73 | 0.47 |
| Hex | 21 | D1 | 6B | 54 | 0 | 31 | 12 | 91 | 49 | 2F |
| Octal | 41 | 321 | 153 | 124 | 0 | 61 | 22 | 221 | 111 | 57 |
| Binary | 100001 | 11010001 | 1101011 | 1010100 | 0 | 110001 | 10010 | 10010001 | 1001001 | 101111 |
Color Harmonies of #21D16B
Complementary color
Monochromatic Colors of #21D16B
Black with #21D16B
Text Example
Text Example
White with #21D16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D16B; }
p { color: rgb(33,209,107); }
H1.HeaderClassName
{
color: #21D16B;
}
.AnyTagClassName
{
color: #21D16B;
}
</style>
background-color css
<style>
a { background-color: #21D16B; }
a { background-color: rgb(33,209,107); }
div.DivClassName
{
background-color: #21D16B;
}
.BgClassName
{
background-color: #21D16B;
}
</style>
border-color css
<style>
span { border-color: #21D16B; }
span { border-color: rgb(33,209,107); }
td.TdClassName
{
border-color: #21D16B;
}
.TagClassName
{
border-color: #21D16B;
}
</style>