Shades of Malachite #21DD41
Tints of Malachite #21DD41
RGB
CMYK
RGB Variations
Color information
#21DD41 (or 0x21DD41) is known color: Malachite. HEX triplet: 21, DD and 41. RGB value is (33,221,65). Sum of RGB (Red+Green+Blue) = 33+221+65=319 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.34% from 319); Green value is 221 (86.72% from 255 or 69.28% from 319); Blue value is 65 (25.78% from 255 or 20.38% from 319); Max value from RGB is 221 - color contains mainly: green. Hex color #21DD41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21DD41 is #DE22BE. Grayscale: #939393. Windows color (decimal): -14557887 or 4316449. OLE color: 4316449.
HSL color Cylindrical-coordinate representation of color #21DD41: hue angle of 130.21º 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 #21DD41 is Cyan = 0.85, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 221 | 65 | - |
| CMYK | 0.85 | 0 | 0.71 | 0.13 |
| HSL | 130.21º | 0.74% | 0.5% | - |
| HSV(B) | 130.21º | 0.85% | 0.87% | - |
| XYZ | 27.44 | 52.42 | 13.67 | - |
| YUV | 147 | 81.72 | 46.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 221 | 65 | 0.85 | 0 | 0.71 | 0.13 | 130.21 | 0.74 | 0.5 |
| Hex | 21 | DD | 41 | 55 | 0 | 47 | D | 82 | 4A | 32 |
| Octal | 41 | 335 | 101 | 125 | 0 | 107 | 15 | 202 | 112 | 62 |
| Binary | 100001 | 11011101 | 1000001 | 1010101 | 0 | 1000111 | 1101 | 10000010 | 1001010 | 110010 |
Color Harmonies of #21DD41
Complementary color
Monochromatic Colors of #21DD41
Black with #21DD41
Text Example
Text Example
White with #21DD41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DD41; }
p { color: rgb(33,221,65); }
H1.HeaderClassName
{
color: #21DD41;
}
.AnyTagClassName
{
color: #21DD41;
}
</style>
background-color css
<style>
a { background-color: #21DD41; }
a { background-color: rgb(33,221,65); }
div.DivClassName
{
background-color: #21DD41;
}
.BgClassName
{
background-color: #21DD41;
}
</style>
border-color css
<style>
span { border-color: #21DD41; }
span { border-color: rgb(33,221,65); }
td.TdClassName
{
border-color: #21DD41;
}
.TagClassName
{
border-color: #21DD41;
}
</style>