Shades of Malachite #20F949
Tints of Malachite #20F949
RGB
CMYK
RGB Variations
Color information
#20F949 (or 0x20F949) is known color: Malachite. HEX triplet: 20, F9 and 49. RGB value is (32,249,73). Sum of RGB (Red+Green+Blue) = 32+249+73=354 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.04% from 354); Green value is 249 (97.66% from 255 or 70.34% from 354); Blue value is 73 (28.91% from 255 or 20.62% from 354); Max value from RGB is 249 - color contains mainly: green. Hex color #20F949 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #20F949 is #DF06B6. Grayscale: #A4A4A4. Windows color (decimal): -14616247 or 4847904. OLE color: 4847904.
HSL color Cylindrical-coordinate representation of color #20F949: hue angle of 131.34º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20F949 is Cyan = 0.87, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 32 | 249 | 73 | - |
| CMYK | 0.87 | 0 | 0.71 | 0.02 |
| HSL | 131.34º | 0.95% | 0.55% | - |
| HSV(B) | 131.34º | 0.87% | 0.98% | - |
| XYZ | 35.67 | 68.54 | 17.65 | - |
| YUV | 164.05 | 76.61 | 33.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 249 | 73 | 0.87 | 0 | 0.71 | 0.02 | 131.34 | 0.95 | 0.55 |
| Hex | 20 | F9 | 49 | 57 | 0 | 47 | 2 | 83 | 5F | 37 |
| Octal | 40 | 371 | 111 | 127 | 0 | 107 | 2 | 203 | 137 | 67 |
| Binary | 100000 | 11111001 | 1001001 | 1010111 | 0 | 1000111 | 10 | 10000011 | 1011111 | 110111 |
Color Harmonies of #20F949
Complementary color
Monochromatic Colors of #20F949
Black with #20F949
Text Example
Text Example
White with #20F949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20F949; }
p { color: rgb(32,249,73); }
H1.HeaderClassName
{
color: #20F949;
}
.AnyTagClassName
{
color: #20F949;
}
</style>
background-color css
<style>
a { background-color: #20F949; }
a { background-color: rgb(32,249,73); }
div.DivClassName
{
background-color: #20F949;
}
.BgClassName
{
background-color: #20F949;
}
</style>
border-color css
<style>
span { border-color: #20F949; }
span { border-color: rgb(32,249,73); }
td.TdClassName
{
border-color: #20F949;
}
.TagClassName
{
border-color: #20F949;
}
</style>