Shades of Malachite #21D84F
Tints of Malachite #21D84F
RGB
CMYK
RGB Variations
Color information
#21D84F (or 0x21D84F) is known color: Malachite. HEX triplet: 21, D8 and 4F. RGB value is (33,216,79). Sum of RGB (Red+Green+Blue) = 33+216+79=328 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.06% from 328); Green value is 216 (84.77% from 255 or 65.85% from 328); Blue value is 79 (31.25% from 255 or 24.09% from 328); Max value from RGB is 216 - color contains mainly: green. Hex color #21D84F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21D84F is #DE27B0. Grayscale: #929292. Windows color (decimal): -14559153 or 5232673. OLE color: 5232673.
HSL color Cylindrical-coordinate representation of color #21D84F: hue angle of 135.08º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21D84F is Cyan = 0.85, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 33 | 216 | 79 | - |
| CMYK | 0.85 | 0 | 0.63 | 0.15 |
| HSL | 135.08º | 0.73% | 0.49% | - |
| HSV(B) | 135.08º | 0.85% | 0.85% | - |
| XYZ | 26.59 | 50 | 15.65 | - |
| YUV | 145.67 | 90.37 | 47.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 216 | 79 | 0.85 | 0 | 0.63 | 0.15 | 135.08 | 0.73 | 0.49 |
| Hex | 21 | D8 | 4F | 55 | 0 | 3F | F | 87 | 49 | 31 |
| Octal | 41 | 330 | 117 | 125 | 0 | 77 | 17 | 207 | 111 | 61 |
| Binary | 100001 | 11011000 | 1001111 | 1010101 | 0 | 111111 | 1111 | 10000111 | 1001001 | 110001 |
Color Harmonies of #21D84F
Complementary color
Monochromatic Colors of #21D84F
Black with #21D84F
Text Example
Text Example
White with #21D84F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D84F; }
p { color: rgb(33,216,79); }
H1.HeaderClassName
{
color: #21D84F;
}
.AnyTagClassName
{
color: #21D84F;
}
</style>
background-color css
<style>
a { background-color: #21D84F; }
a { background-color: rgb(33,216,79); }
div.DivClassName
{
background-color: #21D84F;
}
.BgClassName
{
background-color: #21D84F;
}
</style>
border-color css
<style>
span { border-color: #21D84F; }
span { border-color: rgb(33,216,79); }
td.TdClassName
{
border-color: #21D84F;
}
.TagClassName
{
border-color: #21D84F;
}
</style>