Shades of Malachite #21D25E
Tints of Malachite #21D25E
RGB
CMYK
RGB Variations
Color information
#21D25E (or 0x21D25E) is known color: Malachite. HEX triplet: 21, D2 and 5E. RGB value is (33,210,94). Sum of RGB (Red+Green+Blue) = 33+210+94=337 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.79% from 337); Green value is 210 (82.42% from 255 or 62.31% from 337); Blue value is 94 (37.11% from 255 or 27.89% from 337); Max value from RGB is 210 - color contains mainly: green. Hex color #21D25E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21D25E is #DE2DA1. Grayscale: #909090. Windows color (decimal): -14560674 or 6214177. OLE color: 6214177.
HSL color Cylindrical-coordinate representation of color #21D25E: hue angle of 140.68º 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 #21D25E is Cyan = 0.84, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 33 | 210 | 94 | - |
| CMYK | 0.84 | 0 | 0.55 | 0.18 |
| HSL | 140.68º | 0.73% | 0.48% | - |
| HSV(B) | 140.68º | 0.84% | 0.82% | - |
| XYZ | 25.69 | 47.22 | 18.35 | - |
| YUV | 143.85 | 99.86 | 48.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 210 | 94 | 0.84 | 0 | 0.55 | 0.18 | 140.68 | 0.73 | 0.48 |
| Hex | 21 | D2 | 5E | 54 | 0 | 37 | 12 | 8D | 49 | 30 |
| Octal | 41 | 322 | 136 | 124 | 0 | 67 | 22 | 215 | 111 | 60 |
| Binary | 100001 | 11010010 | 1011110 | 1010100 | 0 | 110111 | 10010 | 10001101 | 1001001 | 110000 |
Color Harmonies of #21D25E
Complementary color
Monochromatic Colors of #21D25E
Black with #21D25E
Text Example
Text Example
White with #21D25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D25E; }
p { color: rgb(33,210,94); }
H1.HeaderClassName
{
color: #21D25E;
}
.AnyTagClassName
{
color: #21D25E;
}
</style>
background-color css
<style>
a { background-color: #21D25E; }
a { background-color: rgb(33,210,94); }
div.DivClassName
{
background-color: #21D25E;
}
.BgClassName
{
background-color: #21D25E;
}
</style>
border-color css
<style>
span { border-color: #21D25E; }
span { border-color: rgb(33,210,94); }
td.TdClassName
{
border-color: #21D25E;
}
.TagClassName
{
border-color: #21D25E;
}
</style>