Shades of Malachite #21D55D
Tints of Malachite #21D55D
RGB
CMYK
RGB Variations
Color information
#21D55D (or 0x21D55D) is known color: Malachite. HEX triplet: 21, D5 and 5D. RGB value is (33,213,93). Sum of RGB (Red+Green+Blue) = 33+213+93=339 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.73% from 339); Green value is 213 (83.59% from 255 or 62.83% from 339); Blue value is 93 (36.72% from 255 or 27.43% from 339); Max value from RGB is 213 - color contains mainly: green. Hex color #21D55D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21D55D is #DE2AA2. Grayscale: #919191. Windows color (decimal): -14559907 or 6149409. OLE color: 6149409.
HSL color Cylindrical-coordinate representation of color #21D55D: hue angle of 140º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21D55D is Cyan = 0.85, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 33 | 213 | 93 | - |
| CMYK | 0.85 | 0 | 0.56 | 0.16 |
| HSL | 140º | 0.73% | 0.48% | - |
| HSV(B) | 140º | 0.85% | 0.84% | - |
| XYZ | 26.4 | 48.7 | 18.37 | - |
| YUV | 145.5 | 98.37 | 47.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 213 | 93 | 0.85 | 0 | 0.56 | 0.16 | 140 | 0.73 | 0.48 |
| Hex | 21 | D5 | 5D | 55 | 0 | 38 | 10 | 8C | 49 | 30 |
| Octal | 41 | 325 | 135 | 125 | 0 | 70 | 20 | 214 | 111 | 60 |
| Binary | 100001 | 11010101 | 1011101 | 1010101 | 0 | 111000 | 10000 | 10001100 | 1001001 | 110000 |
Color Harmonies of #21D55D
Complementary color
Monochromatic Colors of #21D55D
Black with #21D55D
Text Example
Text Example
White with #21D55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D55D; }
p { color: rgb(33,213,93); }
H1.HeaderClassName
{
color: #21D55D;
}
.AnyTagClassName
{
color: #21D55D;
}
</style>
background-color css
<style>
a { background-color: #21D55D; }
a { background-color: rgb(33,213,93); }
div.DivClassName
{
background-color: #21D55D;
}
.BgClassName
{
background-color: #21D55D;
}
</style>
border-color css
<style>
span { border-color: #21D55D; }
span { border-color: rgb(33,213,93); }
td.TdClassName
{
border-color: #21D55D;
}
.TagClassName
{
border-color: #21D55D;
}
</style>