Shades of Malachite #21DD75
Tints of Malachite #21DD75
RGB
CMYK
RGB Variations
Color information
#21DD75 (or 0x21DD75) is known color: Malachite. HEX triplet: 21, DD and 75. RGB value is (33,221,117). Sum of RGB (Red+Green+Blue) = 33+221+117=371 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.89% from 371); Green value is 221 (86.72% from 255 or 59.57% from 371); Blue value is 117 (46.09% from 255 or 31.54% from 371); Max value from RGB is 221 - color contains mainly: green. Hex color #21DD75 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21DD75 is #DE228A. Grayscale: #999999. Windows color (decimal): -14557835 or 7724321. OLE color: 7724321.
HSL color Cylindrical-coordinate representation of color #21DD75: hue angle of 146.81º 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 #21DD75 is Cyan = 0.85, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 221 | 117 | - |
| CMYK | 0.85 | 0 | 0.47 | 0.13 |
| HSL | 146.81º | 0.74% | 0.5% | - |
| HSV(B) | 146.81º | 0.85% | 0.87% | - |
| XYZ | 29.69 | 53.32 | 25.56 | - |
| YUV | 152.93 | 107.72 | 42.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 221 | 117 | 0.85 | 0 | 0.47 | 0.13 | 146.81 | 0.74 | 0.5 |
| Hex | 21 | DD | 75 | 55 | 0 | 2F | D | 93 | 4A | 32 |
| Octal | 41 | 335 | 165 | 125 | 0 | 57 | 15 | 223 | 112 | 62 |
| Binary | 100001 | 11011101 | 1110101 | 1010101 | 0 | 101111 | 1101 | 10010011 | 1001010 | 110010 |
Color Harmonies of #21DD75
Complementary color
Monochromatic Colors of #21DD75
Black with #21DD75
Text Example
Text Example
White with #21DD75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DD75; }
p { color: rgb(33,221,117); }
H1.HeaderClassName
{
color: #21DD75;
}
.AnyTagClassName
{
color: #21DD75;
}
</style>
background-color css
<style>
a { background-color: #21DD75; }
a { background-color: rgb(33,221,117); }
div.DivClassName
{
background-color: #21DD75;
}
.BgClassName
{
background-color: #21DD75;
}
</style>
border-color css
<style>
span { border-color: #21DD75; }
span { border-color: rgb(33,221,117); }
td.TdClassName
{
border-color: #21DD75;
}
.TagClassName
{
border-color: #21DD75;
}
</style>