Shades of Malachite #21F24D
Tints of Malachite #21F24D
RGB
CMYK
RGB Variations
Color information
#21F24D (or 0x21F24D) is known color: Malachite. HEX triplet: 21, F2 and 4D. RGB value is (33,242,77). Sum of RGB (Red+Green+Blue) = 33+242+77=352 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.38% from 352); Green value is 242 (94.92% from 255 or 68.75% from 352); Blue value is 77 (30.47% from 255 or 21.88% from 352); Max value from RGB is 242 - color contains mainly: green. Hex color #21F24D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #21F24D is #DE0DB2. Grayscale: #A1A1A1. Windows color (decimal): -14552499 or 5108257. OLE color: 5108257.
HSL color Cylindrical-coordinate representation of color #21F24D: hue angle of 132.63º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21F24D is Cyan = 0.86, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 33 | 242 | 77 | - |
| CMYK | 0.86 | 0 | 0.68 | 0.05 |
| HSL | 132.63º | 0.89% | 0.54% | - |
| HSV(B) | 132.63º | 0.86% | 0.95% | - |
| XYZ | 33.72 | 64.36 | 17.67 | - |
| YUV | 160.7 | 80.76 | 36.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 242 | 77 | 0.86 | 0 | 0.68 | 0.05 | 132.63 | 0.89 | 0.54 |
| Hex | 21 | F2 | 4D | 56 | 0 | 44 | 5 | 85 | 59 | 36 |
| Octal | 41 | 362 | 115 | 126 | 0 | 104 | 5 | 205 | 131 | 66 |
| Binary | 100001 | 11110010 | 1001101 | 1010110 | 0 | 1000100 | 101 | 10000101 | 1011001 | 110110 |
Color Harmonies of #21F24D
Complementary color
Monochromatic Colors of #21F24D
Black with #21F24D
Text Example
Text Example
White with #21F24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21F24D; }
p { color: rgb(33,242,77); }
H1.HeaderClassName
{
color: #21F24D;
}
.AnyTagClassName
{
color: #21F24D;
}
</style>
background-color css
<style>
a { background-color: #21F24D; }
a { background-color: rgb(33,242,77); }
div.DivClassName
{
background-color: #21F24D;
}
.BgClassName
{
background-color: #21F24D;
}
</style>
border-color css
<style>
span { border-color: #21F24D; }
span { border-color: rgb(33,242,77); }
td.TdClassName
{
border-color: #21F24D;
}
.TagClassName
{
border-color: #21F24D;
}
</style>