Shades of Malachite #21D248
Tints of Malachite #21D248
RGB
CMYK
RGB Variations
Color information
#21D248 (or 0x21D248) is known color: Malachite. HEX triplet: 21, D2 and 48. RGB value is (33,210,72). Sum of RGB (Red+Green+Blue) = 33+210+72=315 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.48% from 315); Green value is 210 (82.42% from 255 or 66.67% from 315); Blue value is 72 (28.52% from 255 or 22.86% from 315); Max value from RGB is 210 - color contains mainly: green. Hex color #21D248 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21D248 is #DE2DB7. Grayscale: #8D8D8D. Windows color (decimal): -14560696 or 4772385. OLE color: 4772385.
HSL color Cylindrical-coordinate representation of color #21D248: hue angle of 133.22º 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 #21D248 is Cyan = 0.84, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 33 | 210 | 72 | - |
| CMYK | 0.84 | 0 | 0.66 | 0.18 |
| HSL | 133.22º | 0.73% | 0.48% | - |
| HSV(B) | 133.22º | 0.84% | 0.82% | - |
| XYZ | 24.84 | 46.88 | 13.87 | - |
| YUV | 141.35 | 88.86 | 50.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 210 | 72 | 0.84 | 0 | 0.66 | 0.18 | 133.22 | 0.73 | 0.48 |
| Hex | 21 | D2 | 48 | 54 | 0 | 42 | 12 | 85 | 49 | 30 |
| Octal | 41 | 322 | 110 | 124 | 0 | 102 | 22 | 205 | 111 | 60 |
| Binary | 100001 | 11010010 | 1001000 | 1010100 | 0 | 1000010 | 10010 | 10000101 | 1001001 | 110000 |
Color Harmonies of #21D248
Complementary color
Monochromatic Colors of #21D248
Black with #21D248
Text Example
Text Example
White with #21D248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D248; }
p { color: rgb(33,210,72); }
H1.HeaderClassName
{
color: #21D248;
}
.AnyTagClassName
{
color: #21D248;
}
</style>
background-color css
<style>
a { background-color: #21D248; }
a { background-color: rgb(33,210,72); }
div.DivClassName
{
background-color: #21D248;
}
.BgClassName
{
background-color: #21D248;
}
</style>
border-color css
<style>
span { border-color: #21D248; }
span { border-color: rgb(33,210,72); }
td.TdClassName
{
border-color: #21D248;
}
.TagClassName
{
border-color: #21D248;
}
</style>