Shades of Malachite #21DD63
Tints of Malachite #21DD63
RGB
CMYK
RGB Variations
Color information
#21DD63 (or 0x21DD63) is known color: Malachite. HEX triplet: 21, DD and 63. RGB value is (33,221,99). Sum of RGB (Red+Green+Blue) = 33+221+99=353 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.35% from 353); Green value is 221 (86.72% from 255 or 62.61% from 353); Blue value is 99 (39.06% from 255 or 28.05% from 353); Max value from RGB is 221 - color contains mainly: green. Hex color #21DD63 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21DD63 is #DE229C. Grayscale: #979797. Windows color (decimal): -14557853 or 6544673. OLE color: 6544673.
HSL color Cylindrical-coordinate representation of color #21DD63: hue angle of 141.06º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21DD63 is Cyan = 0.85, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 221 | 99 | - |
| CMYK | 0.85 | 0 | 0.55 | 0.13 |
| HSL | 141.06º | 0.74% | 0.5% | - |
| HSV(B) | 141.06º | 0.85% | 0.87% | - |
| XYZ | 28.74 | 52.94 | 20.51 | - |
| YUV | 150.88 | 98.72 | 43.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 221 | 99 | 0.85 | 0 | 0.55 | 0.13 | 141.06 | 0.74 | 0.5 |
| Hex | 21 | DD | 63 | 55 | 0 | 37 | D | 8D | 4A | 32 |
| Octal | 41 | 335 | 143 | 125 | 0 | 67 | 15 | 215 | 112 | 62 |
| Binary | 100001 | 11011101 | 1100011 | 1010101 | 0 | 110111 | 1101 | 10001101 | 1001010 | 110010 |
Color Harmonies of #21DD63
Complementary color
Monochromatic Colors of #21DD63
Black with #21DD63
Text Example
Text Example
White with #21DD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DD63; }
p { color: rgb(33,221,99); }
H1.HeaderClassName
{
color: #21DD63;
}
.AnyTagClassName
{
color: #21DD63;
}
</style>
background-color css
<style>
a { background-color: #21DD63; }
a { background-color: rgb(33,221,99); }
div.DivClassName
{
background-color: #21DD63;
}
.BgClassName
{
background-color: #21DD63;
}
</style>
border-color css
<style>
span { border-color: #21DD63; }
span { border-color: rgb(33,221,99); }
td.TdClassName
{
border-color: #21DD63;
}
.TagClassName
{
border-color: #21DD63;
}
</style>