Shades of Malachite #20FA57
Tints of Malachite #20FA57
RGB
CMYK
RGB Variations
Color information
#20FA57 (or 0x20FA57) is known color: Malachite. HEX triplet: 20, FA and 57. RGB value is (32,250,87). Sum of RGB (Red+Green+Blue) = 32+250+87=369 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.67% from 369); Green value is 250 (98.05% from 255 or 67.75% from 369); Blue value is 87 (34.38% from 255 or 23.58% from 369); Max value from RGB is 250 - color contains mainly: green. Hex color #20FA57 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #20FA57 is #DF05A8. Grayscale: #A6A6A6. Windows color (decimal): -14615977 or 5765664. OLE color: 5765664.
HSL color Cylindrical-coordinate representation of color #20FA57: hue angle of 135.14º degrees, saturation: 0.96, 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 #20FA57 is Cyan = 0.87, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 32 | 250 | 87 | - |
| CMYK | 0.87 | 0 | 0.65 | 0.02 |
| HSL | 135.14º | 0.96% | 0.55% | - |
| HSV(B) | 135.14º | 0.87% | 0.98% | - |
| XYZ | 36.5 | 69.37 | 20.48 | - |
| YUV | 166.24 | 83.28 | 32.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 250 | 87 | 0.87 | 0 | 0.65 | 0.02 | 135.14 | 0.96 | 0.55 |
| Hex | 20 | FA | 57 | 57 | 0 | 41 | 2 | 87 | 60 | 37 |
| Octal | 40 | 372 | 127 | 127 | 0 | 101 | 2 | 207 | 140 | 67 |
| Binary | 100000 | 11111010 | 1010111 | 1010111 | 0 | 1000001 | 10 | 10000111 | 1100000 | 110111 |
Color Harmonies of #20FA57
Complementary color
Monochromatic Colors of #20FA57
Black with #20FA57
Text Example
Text Example
White with #20FA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20FA57; }
p { color: rgb(32,250,87); }
H1.HeaderClassName
{
color: #20FA57;
}
.AnyTagClassName
{
color: #20FA57;
}
</style>
background-color css
<style>
a { background-color: #20FA57; }
a { background-color: rgb(32,250,87); }
div.DivClassName
{
background-color: #20FA57;
}
.BgClassName
{
background-color: #20FA57;
}
</style>
border-color css
<style>
span { border-color: #20FA57; }
span { border-color: rgb(32,250,87); }
td.TdClassName
{
border-color: #20FA57;
}
.TagClassName
{
border-color: #20FA57;
}
</style>