Shades of Malachite #21DD62
Tints of Malachite #21DD62
RGB
CMYK
RGB Variations
Color information
#21DD62 (or 0x21DD62) is known color: Malachite. HEX triplet: 21, DD and 62. RGB value is (33,221,98). Sum of RGB (Red+Green+Blue) = 33+221+98=352 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.38% from 352); Green value is 221 (86.72% from 255 or 62.78% from 352); Blue value is 98 (38.67% from 255 or 27.84% from 352); Max value from RGB is 221 - color contains mainly: green. Hex color #21DD62 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21DD62 is #DE229D. Grayscale: #979797. Windows color (decimal): -14557854 or 6479137. OLE color: 6479137.
HSL color Cylindrical-coordinate representation of color #21DD62: hue angle of 140.74º 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 #21DD62 is Cyan = 0.85, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 221 | 98 | - |
| CMYK | 0.85 | 0 | 0.56 | 0.13 |
| HSL | 140.74º | 0.74% | 0.5% | - |
| HSV(B) | 140.74º | 0.85% | 0.87% | - |
| XYZ | 28.69 | 52.92 | 20.26 | - |
| YUV | 150.77 | 98.22 | 44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 221 | 98 | 0.85 | 0 | 0.56 | 0.13 | 140.74 | 0.74 | 0.5 |
| Hex | 21 | DD | 62 | 55 | 0 | 38 | D | 8D | 4A | 32 |
| Octal | 41 | 335 | 142 | 125 | 0 | 70 | 15 | 215 | 112 | 62 |
| Binary | 100001 | 11011101 | 1100010 | 1010101 | 0 | 111000 | 1101 | 10001101 | 1001010 | 110010 |
Color Harmonies of #21DD62
Complementary color
Monochromatic Colors of #21DD62
Black with #21DD62
Text Example
Text Example
White with #21DD62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DD62; }
p { color: rgb(33,221,98); }
H1.HeaderClassName
{
color: #21DD62;
}
.AnyTagClassName
{
color: #21DD62;
}
</style>
background-color css
<style>
a { background-color: #21DD62; }
a { background-color: rgb(33,221,98); }
div.DivClassName
{
background-color: #21DD62;
}
.BgClassName
{
background-color: #21DD62;
}
</style>
border-color css
<style>
span { border-color: #21DD62; }
span { border-color: rgb(33,221,98); }
td.TdClassName
{
border-color: #21DD62;
}
.TagClassName
{
border-color: #21DD62;
}
</style>