Shades of Malachite #21DD67
Tints of Malachite #21DD67
RGB
CMYK
RGB Variations
Color information
#21DD67 (or 0x21DD67) is known color: Malachite. HEX triplet: 21, DD and 67. RGB value is (33,221,103). Sum of RGB (Red+Green+Blue) = 33+221+103=357 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.24% from 357); Green value is 221 (86.72% from 255 or 61.90% from 357); Blue value is 103 (40.62% from 255 or 28.85% from 357); Max value from RGB is 221 - color contains mainly: green. Hex color #21DD67 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21DD67 is #DE2298. Grayscale: #979797. Windows color (decimal): -14557849 or 6806817. OLE color: 6806817.
HSL color Cylindrical-coordinate representation of color #21DD67: hue angle of 142.34º 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 #21DD67 is Cyan = 0.85, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 221 | 103 | - |
| CMYK | 0.85 | 0 | 0.53 | 0.13 |
| HSL | 142.34º | 0.74% | 0.5% | - |
| HSV(B) | 142.34º | 0.85% | 0.87% | - |
| XYZ | 28.93 | 53.02 | 21.54 | - |
| YUV | 151.34 | 100.72 | 43.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 221 | 103 | 0.85 | 0 | 0.53 | 0.13 | 142.34 | 0.74 | 0.5 |
| Hex | 21 | DD | 67 | 55 | 0 | 35 | D | 8E | 4A | 32 |
| Octal | 41 | 335 | 147 | 125 | 0 | 65 | 15 | 216 | 112 | 62 |
| Binary | 100001 | 11011101 | 1100111 | 1010101 | 0 | 110101 | 1101 | 10001110 | 1001010 | 110010 |
Color Harmonies of #21DD67
Complementary color
Monochromatic Colors of #21DD67
Black with #21DD67
Text Example
Text Example
White with #21DD67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DD67; }
p { color: rgb(33,221,103); }
H1.HeaderClassName
{
color: #21DD67;
}
.AnyTagClassName
{
color: #21DD67;
}
</style>
background-color css
<style>
a { background-color: #21DD67; }
a { background-color: rgb(33,221,103); }
div.DivClassName
{
background-color: #21DD67;
}
.BgClassName
{
background-color: #21DD67;
}
</style>
border-color css
<style>
span { border-color: #21DD67; }
span { border-color: rgb(33,221,103); }
td.TdClassName
{
border-color: #21DD67;
}
.TagClassName
{
border-color: #21DD67;
}
</style>