Shades of Malachite #21DF4F
Tints of Malachite #21DF4F
RGB
CMYK
RGB Variations
Color information
#21DF4F (or 0x21DF4F) is known color: Malachite. HEX triplet: 21, DF and 4F. RGB value is (33,223,79). Sum of RGB (Red+Green+Blue) = 33+223+79=335 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.85% from 335); Green value is 223 (87.5% from 255 or 66.57% from 335); Blue value is 79 (31.25% from 255 or 23.58% from 335); Max value from RGB is 223 - color contains mainly: green. Hex color #21DF4F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21DF4F is #DE20B0. Grayscale: #969696. Windows color (decimal): -14557361 or 5234465. OLE color: 5234465.
HSL color Cylindrical-coordinate representation of color #21DF4F: hue angle of 134.53º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21DF4F is Cyan = 0.85, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 223 | 79 | - |
| CMYK | 0.85 | 0 | 0.65 | 0.13 |
| HSL | 134.53º | 0.75% | 0.5% | - |
| HSV(B) | 134.53º | 0.85% | 0.87% | - |
| XYZ | 28.43 | 53.66 | 16.26 | - |
| YUV | 149.77 | 88.05 | 44.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 223 | 79 | 0.85 | 0 | 0.65 | 0.13 | 134.53 | 0.75 | 0.5 |
| Hex | 21 | DF | 4F | 55 | 0 | 41 | D | 87 | 4B | 32 |
| Octal | 41 | 337 | 117 | 125 | 0 | 101 | 15 | 207 | 113 | 62 |
| Binary | 100001 | 11011111 | 1001111 | 1010101 | 0 | 1000001 | 1101 | 10000111 | 1001011 | 110010 |
Color Harmonies of #21DF4F
Complementary color
Monochromatic Colors of #21DF4F
Black with #21DF4F
Text Example
Text Example
White with #21DF4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DF4F; }
p { color: rgb(33,223,79); }
H1.HeaderClassName
{
color: #21DF4F;
}
.AnyTagClassName
{
color: #21DF4F;
}
</style>
background-color css
<style>
a { background-color: #21DF4F; }
a { background-color: rgb(33,223,79); }
div.DivClassName
{
background-color: #21DF4F;
}
.BgClassName
{
background-color: #21DF4F;
}
</style>
border-color css
<style>
span { border-color: #21DF4F; }
span { border-color: rgb(33,223,79); }
td.TdClassName
{
border-color: #21DF4F;
}
.TagClassName
{
border-color: #21DF4F;
}
</style>