Shades of Malachite #21D44D
Tints of Malachite #21D44D
RGB
CMYK
RGB Variations
Color information
#21D44D (or 0x21D44D) is known color: Malachite. HEX triplet: 21, D4 and 4D. RGB value is (33,212,77). Sum of RGB (Red+Green+Blue) = 33+212+77=322 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.25% from 322); Green value is 212 (83.20% from 255 or 65.84% from 322); Blue value is 77 (30.47% from 255 or 23.91% from 322); Max value from RGB is 212 - color contains mainly: green. Hex color #21D44D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21D44D is #DE2BB2. Grayscale: #8F8F8F. Windows color (decimal): -14560179 or 5100577. OLE color: 5100577.
HSL color Cylindrical-coordinate representation of color #21D44D: hue angle of 134.75º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21D44D is Cyan = 0.84, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 33 | 212 | 77 | - |
| CMYK | 0.84 | 0 | 0.64 | 0.17 |
| HSL | 134.75º | 0.73% | 0.48% | - |
| HSV(B) | 134.75º | 0.84% | 0.83% | - |
| XYZ | 25.51 | 47.95 | 14.93 | - |
| YUV | 143.09 | 90.7 | 49.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 212 | 77 | 0.84 | 0 | 0.64 | 0.17 | 134.75 | 0.73 | 0.48 |
| Hex | 21 | D4 | 4D | 54 | 0 | 40 | 11 | 87 | 49 | 30 |
| Octal | 41 | 324 | 115 | 124 | 0 | 100 | 21 | 207 | 111 | 60 |
| Binary | 100001 | 11010100 | 1001101 | 1010100 | 0 | 1000000 | 10001 | 10000111 | 1001001 | 110000 |
Color Harmonies of #21D44D
Complementary color
Monochromatic Colors of #21D44D
Black with #21D44D
Text Example
Text Example
White with #21D44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D44D; }
p { color: rgb(33,212,77); }
H1.HeaderClassName
{
color: #21D44D;
}
.AnyTagClassName
{
color: #21D44D;
}
</style>
background-color css
<style>
a { background-color: #21D44D; }
a { background-color: rgb(33,212,77); }
div.DivClassName
{
background-color: #21D44D;
}
.BgClassName
{
background-color: #21D44D;
}
</style>
border-color css
<style>
span { border-color: #21D44D; }
span { border-color: rgb(33,212,77); }
td.TdClassName
{
border-color: #21D44D;
}
.TagClassName
{
border-color: #21D44D;
}
</style>