Shades of Malachite #21D249
Tints of Malachite #21D249
RGB
CMYK
RGB Variations
Color information
#21D249 (or 0x21D249) is known color: Malachite. HEX triplet: 21, D2 and 49. RGB value is (33,210,73). Sum of RGB (Red+Green+Blue) = 33+210+73=316 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.44% from 316); Green value is 210 (82.42% from 255 or 66.46% from 316); Blue value is 73 (28.91% from 255 or 23.10% from 316); Max value from RGB is 210 - color contains mainly: green. Hex color #21D249 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21D249 is #DE2DB6. Grayscale: #8D8D8D. Windows color (decimal): -14560695 or 4837921. OLE color: 4837921.
HSL color Cylindrical-coordinate representation of color #21D249: hue angle of 133.56º 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 #21D249 is Cyan = 0.84, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 33 | 210 | 73 | - |
| CMYK | 0.84 | 0 | 0.65 | 0.18 |
| HSL | 133.56º | 0.73% | 0.48% | - |
| HSV(B) | 133.56º | 0.84% | 0.82% | - |
| XYZ | 24.88 | 46.9 | 14.04 | - |
| YUV | 141.46 | 89.36 | 50.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 210 | 73 | 0.84 | 0 | 0.65 | 0.18 | 133.56 | 0.73 | 0.48 |
| Hex | 21 | D2 | 49 | 54 | 0 | 41 | 12 | 86 | 49 | 30 |
| Octal | 41 | 322 | 111 | 124 | 0 | 101 | 22 | 206 | 111 | 60 |
| Binary | 100001 | 11010010 | 1001001 | 1010100 | 0 | 1000001 | 10010 | 10000110 | 1001001 | 110000 |
Color Harmonies of #21D249
Complementary color
Monochromatic Colors of #21D249
Black with #21D249
Text Example
Text Example
White with #21D249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D249; }
p { color: rgb(33,210,73); }
H1.HeaderClassName
{
color: #21D249;
}
.AnyTagClassName
{
color: #21D249;
}
</style>
background-color css
<style>
a { background-color: #21D249; }
a { background-color: rgb(33,210,73); }
div.DivClassName
{
background-color: #21D249;
}
.BgClassName
{
background-color: #21D249;
}
</style>
border-color css
<style>
span { border-color: #21D249; }
span { border-color: rgb(33,210,73); }
td.TdClassName
{
border-color: #21D249;
}
.TagClassName
{
border-color: #21D249;
}
</style>