Shades of Malachite #20F749
Tints of Malachite #20F749
RGB
CMYK
RGB Variations
Color information
#20F749 (or 0x20F749) is known color: Malachite. HEX triplet: 20, F7 and 49. RGB value is (32,247,73). Sum of RGB (Red+Green+Blue) = 32+247+73=352 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.09% from 352); Green value is 247 (96.88% from 255 or 70.17% from 352); Blue value is 73 (28.91% from 255 or 20.74% from 352); Max value from RGB is 247 - color contains mainly: green. Hex color #20F749 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #20F749 is #DF08B6. Grayscale: #A3A3A3. Windows color (decimal): -14616759 or 4847392. OLE color: 4847392.
HSL color Cylindrical-coordinate representation of color #20F749: hue angle of 131.44º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20F749 is Cyan = 0.87, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 32 | 247 | 73 | - |
| CMYK | 0.87 | 0 | 0.70 | 0.03 |
| HSL | 131.44º | 0.93% | 0.55% | - |
| HSV(B) | 131.44º | 0.87% | 0.97% | - |
| XYZ | 35.06 | 67.31 | 17.45 | - |
| YUV | 162.88 | 77.27 | 34.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 247 | 73 | 0.87 | 0 | 0.70 | 0.03 | 131.44 | 0.93 | 0.55 |
| Hex | 20 | F7 | 49 | 57 | 0 | 46 | 3 | 83 | 5D | 37 |
| Octal | 40 | 367 | 111 | 127 | 0 | 106 | 3 | 203 | 135 | 67 |
| Binary | 100000 | 11110111 | 1001001 | 1010111 | 0 | 1000110 | 11 | 10000011 | 1011101 | 110111 |
Color Harmonies of #20F749
Complementary color
Monochromatic Colors of #20F749
Black with #20F749
Text Example
Text Example
White with #20F749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20F749; }
p { color: rgb(32,247,73); }
H1.HeaderClassName
{
color: #20F749;
}
.AnyTagClassName
{
color: #20F749;
}
</style>
background-color css
<style>
a { background-color: #20F749; }
a { background-color: rgb(32,247,73); }
div.DivClassName
{
background-color: #20F749;
}
.BgClassName
{
background-color: #20F749;
}
</style>
border-color css
<style>
span { border-color: #20F749; }
span { border-color: rgb(32,247,73); }
td.TdClassName
{
border-color: #20F749;
}
.TagClassName
{
border-color: #20F749;
}
</style>