Shades of Malachite #21D252
Tints of Malachite #21D252
RGB
CMYK
RGB Variations
Color information
#21D252 (or 0x21D252) is known color: Malachite. HEX triplet: 21, D2 and 52. RGB value is (33,210,82). Sum of RGB (Red+Green+Blue) = 33+210+82=325 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.15% from 325); Green value is 210 (82.42% from 255 or 64.62% from 325); Blue value is 82 (32.42% from 255 or 25.23% from 325); Max value from RGB is 210 - color contains mainly: green. Hex color #21D252 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21D252 is #DE2DAD. Grayscale: #8E8E8E. Windows color (decimal): -14560686 or 5427745. OLE color: 5427745.
HSL color Cylindrical-coordinate representation of color #21D252: hue angle of 136.61º 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 #21D252 is Cyan = 0.84, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 33 | 210 | 82 | - |
| CMYK | 0.84 | 0 | 0.61 | 0.18 |
| HSL | 136.61º | 0.73% | 0.48% | - |
| HSV(B) | 136.61º | 0.84% | 0.82% | - |
| XYZ | 25.2 | 47.03 | 15.73 | - |
| YUV | 142.49 | 93.86 | 49.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 210 | 82 | 0.84 | 0 | 0.61 | 0.18 | 136.61 | 0.73 | 0.48 |
| Hex | 21 | D2 | 52 | 54 | 0 | 3D | 12 | 89 | 49 | 30 |
| Octal | 41 | 322 | 122 | 124 | 0 | 75 | 22 | 211 | 111 | 60 |
| Binary | 100001 | 11010010 | 1010010 | 1010100 | 0 | 111101 | 10010 | 10001001 | 1001001 | 110000 |
Color Harmonies of #21D252
Complementary color
Monochromatic Colors of #21D252
Black with #21D252
Text Example
Text Example
White with #21D252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D252; }
p { color: rgb(33,210,82); }
H1.HeaderClassName
{
color: #21D252;
}
.AnyTagClassName
{
color: #21D252;
}
</style>
background-color css
<style>
a { background-color: #21D252; }
a { background-color: rgb(33,210,82); }
div.DivClassName
{
background-color: #21D252;
}
.BgClassName
{
background-color: #21D252;
}
</style>
border-color css
<style>
span { border-color: #21D252; }
span { border-color: rgb(33,210,82); }
td.TdClassName
{
border-color: #21D252;
}
.TagClassName
{
border-color: #21D252;
}
</style>