Shades of Malachite #20FC59
Tints of Malachite #20FC59
RGB
CMYK
RGB Variations
Color information
#20FC59 (or 0x20FC59) is known color: Malachite. HEX triplet: 20, FC and 59. RGB value is (32,252,89). Sum of RGB (Red+Green+Blue) = 32+252+89=373 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.58% from 373); Green value is 252 (98.83% from 255 or 67.56% from 373); Blue value is 89 (35.16% from 255 or 23.86% from 373); Max value from RGB is 252 - color contains mainly: green. Hex color #20FC59 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #20FC59 is #DF03A6. Grayscale: #A8A8A8. Windows color (decimal): -14615463 or 5897248. OLE color: 5897248.
HSL color Cylindrical-coordinate representation of color #20FC59: hue angle of 135.55º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20FC59 is Cyan = 0.87, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 32 | 252 | 89 | - |
| CMYK | 0.87 | 0 | 0.65 | 0.01 |
| HSL | 135.55º | 0.97% | 0.56% | - |
| HSV(B) | 135.55º | 0.87% | 0.99% | - |
| XYZ | 37.21 | 70.65 | 21.13 | - |
| YUV | 167.64 | 83.61 | 31.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 252 | 89 | 0.87 | 0 | 0.65 | 0.01 | 135.55 | 0.97 | 0.56 |
| Hex | 20 | FC | 59 | 57 | 0 | 41 | 1 | 88 | 61 | 38 |
| Octal | 40 | 374 | 131 | 127 | 0 | 101 | 1 | 210 | 141 | 70 |
| Binary | 100000 | 11111100 | 1011001 | 1010111 | 0 | 1000001 | 1 | 10001000 | 1100001 | 111000 |
Color Harmonies of #20FC59
Complementary color
Monochromatic Colors of #20FC59
Black with #20FC59
Text Example
Text Example
White with #20FC59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20FC59; }
p { color: rgb(32,252,89); }
H1.HeaderClassName
{
color: #20FC59;
}
.AnyTagClassName
{
color: #20FC59;
}
</style>
background-color css
<style>
a { background-color: #20FC59; }
a { background-color: rgb(32,252,89); }
div.DivClassName
{
background-color: #20FC59;
}
.BgClassName
{
background-color: #20FC59;
}
</style>
border-color css
<style>
span { border-color: #20FC59; }
span { border-color: rgb(32,252,89); }
td.TdClassName
{
border-color: #20FC59;
}
.TagClassName
{
border-color: #20FC59;
}
</style>