Shades of Malachite #21F249
Tints of Malachite #21F249
RGB
CMYK
RGB Variations
Color information
#21F249 (or 0x21F249) is known color: Malachite. HEX triplet: 21, F2 and 49. RGB value is (33,242,73). Sum of RGB (Red+Green+Blue) = 33+242+73=348 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.48% from 348); Green value is 242 (94.92% from 255 or 69.54% from 348); Blue value is 73 (28.91% from 255 or 20.98% from 348); Max value from RGB is 242 - color contains mainly: green. Hex color #21F249 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #21F249 is #DE0DB6. Grayscale: #A0A0A0. Windows color (decimal): -14552503 or 4846113. OLE color: 4846113.
HSL color Cylindrical-coordinate representation of color #21F249: hue angle of 131.48º 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 #21F249 is Cyan = 0.86, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 33 | 242 | 73 | - |
| CMYK | 0.86 | 0 | 0.70 | 0.05 |
| HSL | 131.48º | 0.89% | 0.54% | - |
| HSV(B) | 131.48º | 0.86% | 0.95% | - |
| XYZ | 33.58 | 64.31 | 16.95 | - |
| YUV | 160.24 | 78.76 | 37.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 242 | 73 | 0.86 | 0 | 0.70 | 0.05 | 131.48 | 0.89 | 0.54 |
| Hex | 21 | F2 | 49 | 56 | 0 | 46 | 5 | 83 | 59 | 36 |
| Octal | 41 | 362 | 111 | 126 | 0 | 106 | 5 | 203 | 131 | 66 |
| Binary | 100001 | 11110010 | 1001001 | 1010110 | 0 | 1000110 | 101 | 10000011 | 1011001 | 110110 |
Color Harmonies of #21F249
Complementary color
Monochromatic Colors of #21F249
Black with #21F249
Text Example
Text Example
White with #21F249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21F249; }
p { color: rgb(33,242,73); }
H1.HeaderClassName
{
color: #21F249;
}
.AnyTagClassName
{
color: #21F249;
}
</style>
background-color css
<style>
a { background-color: #21F249; }
a { background-color: rgb(33,242,73); }
div.DivClassName
{
background-color: #21F249;
}
.BgClassName
{
background-color: #21F249;
}
</style>
border-color css
<style>
span { border-color: #21F249; }
span { border-color: rgb(33,242,73); }
td.TdClassName
{
border-color: #21F249;
}
.TagClassName
{
border-color: #21F249;
}
</style>