Shades of Malachite #20FC3E
Tints of Malachite #20FC3E
RGB
CMYK
RGB Variations
Color information
#20FC3E (or 0x20FC3E) is known color: Malachite. HEX triplet: 20, FC and 3E. RGB value is (32,252,62). Sum of RGB (Red+Green+Blue) = 32+252+62=346 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.25% from 346); Green value is 252 (98.83% from 255 or 72.83% from 346); Blue value is 62 (24.61% from 255 or 17.92% from 346); Max value from RGB is 252 - color contains mainly: green. Hex color #20FC3E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #20FC3E is #DF03C1. Grayscale: #A5A5A5. Windows color (decimal): -14615490 or 4127776. OLE color: 4127776.
HSL color Cylindrical-coordinate representation of color #20FC3E: hue angle of 128.18º 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 #20FC3E is Cyan = 0.87, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 32 | 252 | 62 | - |
| CMYK | 0.87 | 0 | 0.75 | 0.01 |
| HSL | 128.18º | 0.97% | 0.56% | - |
| HSV(B) | 128.18º | 0.87% | 0.99% | - |
| XYZ | 36.28 | 70.28 | 16.21 | - |
| YUV | 164.56 | 70.11 | 33.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 252 | 62 | 0.87 | 0 | 0.75 | 0.01 | 128.18 | 0.97 | 0.56 |
| Hex | 20 | FC | 3E | 57 | 0 | 4B | 1 | 80 | 61 | 38 |
| Octal | 40 | 374 | 76 | 127 | 0 | 113 | 1 | 200 | 141 | 70 |
| Binary | 100000 | 11111100 | 111110 | 1010111 | 0 | 1001011 | 1 | 10000000 | 1100001 | 111000 |
Color Harmonies of #20FC3E
Complementary color
Monochromatic Colors of #20FC3E
Black with #20FC3E
Text Example
Text Example
White with #20FC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20FC3E; }
p { color: rgb(32,252,62); }
H1.HeaderClassName
{
color: #20FC3E;
}
.AnyTagClassName
{
color: #20FC3E;
}
</style>
background-color css
<style>
a { background-color: #20FC3E; }
a { background-color: rgb(32,252,62); }
div.DivClassName
{
background-color: #20FC3E;
}
.BgClassName
{
background-color: #20FC3E;
}
</style>
border-color css
<style>
span { border-color: #20FC3E; }
span { border-color: rgb(32,252,62); }
td.TdClassName
{
border-color: #20FC3E;
}
.TagClassName
{
border-color: #20FC3E;
}
</style>