Shades of Malachite #20F53C
Tints of Malachite #20F53C
RGB
CMYK
RGB Variations
Color information
#20F53C (or 0x20F53C) is known color: Malachite. HEX triplet: 20, F5 and 3C. RGB value is (32,245,60). Sum of RGB (Red+Green+Blue) = 32+245+60=337 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.50% from 337); Green value is 245 (96.09% from 255 or 72.70% from 337); Blue value is 60 (23.83% from 255 or 17.80% from 337); Max value from RGB is 245 - color contains mainly: green. Hex color #20F53C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #20F53C is #DF0AC3. Grayscale: #A0A0A0. Windows color (decimal): -14617284 or 3994912. OLE color: 3994912.
HSL color Cylindrical-coordinate representation of color #20F53C: hue angle of 127.89º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20F53C is Cyan = 0.87, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 32 | 245 | 60 | - |
| CMYK | 0.87 | 0 | 0.76 | 0.04 |
| HSL | 127.89º | 0.91% | 0.54% | - |
| HSV(B) | 127.89º | 0.87% | 0.96% | - |
| XYZ | 34.06 | 65.94 | 15.21 | - |
| YUV | 160.22 | 71.43 | 36.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 245 | 60 | 0.87 | 0 | 0.76 | 0.04 | 127.89 | 0.91 | 0.54 |
| Hex | 20 | F5 | 3C | 57 | 0 | 4C | 4 | 80 | 5B | 36 |
| Octal | 40 | 365 | 74 | 127 | 0 | 114 | 4 | 200 | 133 | 66 |
| Binary | 100000 | 11110101 | 111100 | 1010111 | 0 | 1001100 | 100 | 10000000 | 1011011 | 110110 |
Color Harmonies of #20F53C
Complementary color
Monochromatic Colors of #20F53C
Black with #20F53C
Text Example
Text Example
White with #20F53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20F53C; }
p { color: rgb(32,245,60); }
H1.HeaderClassName
{
color: #20F53C;
}
.AnyTagClassName
{
color: #20F53C;
}
</style>
background-color css
<style>
a { background-color: #20F53C; }
a { background-color: rgb(32,245,60); }
div.DivClassName
{
background-color: #20F53C;
}
.BgClassName
{
background-color: #20F53C;
}
</style>
border-color css
<style>
span { border-color: #20F53C; }
span { border-color: rgb(32,245,60); }
td.TdClassName
{
border-color: #20F53C;
}
.TagClassName
{
border-color: #20F53C;
}
</style>