Shades of Malachite #21D244
Tints of Malachite #21D244
RGB
CMYK
RGB Variations
Color information
#21D244 (or 0x21D244) is known color: Malachite. HEX triplet: 21, D2 and 44. RGB value is (33,210,68). Sum of RGB (Red+Green+Blue) = 33+210+68=311 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.61% from 311); Green value is 210 (82.42% from 255 or 67.52% from 311); Blue value is 68 (26.95% from 255 or 21.86% from 311); Max value from RGB is 210 - color contains mainly: green. Hex color #21D244 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21D244 is #DE2DBB. Grayscale: #8D8D8D. Windows color (decimal): -14560700 or 4510241. OLE color: 4510241.
HSL color Cylindrical-coordinate representation of color #21D244: hue angle of 131.86º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21D244 is Cyan = 0.84, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 33 | 210 | 68 | - |
| CMYK | 0.84 | 0 | 0.68 | 0.18 |
| HSL | 131.86º | 0.73% | 0.48% | - |
| HSV(B) | 131.86º | 0.84% | 0.82% | - |
| XYZ | 24.72 | 46.83 | 13.21 | - |
| YUV | 140.89 | 86.86 | 51.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 210 | 68 | 0.84 | 0 | 0.68 | 0.18 | 131.86 | 0.73 | 0.48 |
| Hex | 21 | D2 | 44 | 54 | 0 | 44 | 12 | 84 | 49 | 30 |
| Octal | 41 | 322 | 104 | 124 | 0 | 104 | 22 | 204 | 111 | 60 |
| Binary | 100001 | 11010010 | 1000100 | 1010100 | 0 | 1000100 | 10010 | 10000100 | 1001001 | 110000 |
Color Harmonies of #21D244
Complementary color
Monochromatic Colors of #21D244
Black with #21D244
Text Example
Text Example
White with #21D244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D244; }
p { color: rgb(33,210,68); }
H1.HeaderClassName
{
color: #21D244;
}
.AnyTagClassName
{
color: #21D244;
}
</style>
background-color css
<style>
a { background-color: #21D244; }
a { background-color: rgb(33,210,68); }
div.DivClassName
{
background-color: #21D244;
}
.BgClassName
{
background-color: #21D244;
}
</style>
border-color css
<style>
span { border-color: #21D244; }
span { border-color: rgb(33,210,68); }
td.TdClassName
{
border-color: #21D244;
}
.TagClassName
{
border-color: #21D244;
}
</style>