Shades of Malachite #20FC3C
Tints of Malachite #20FC3C
RGB
CMYK
RGB Variations
Color information
#20FC3C (or 0x20FC3C) is known color: Malachite. HEX triplet: 20, FC and 3C. RGB value is (32,252,60). Sum of RGB (Red+Green+Blue) = 32+252+60=344 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.30% from 344); Green value is 252 (98.83% from 255 or 73.26% from 344); Blue value is 60 (23.83% from 255 or 17.44% from 344); Max value from RGB is 252 - color contains mainly: green. Hex color #20FC3C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #20FC3C is #DF03C3. Grayscale: #A4A4A4. Windows color (decimal): -14615492 or 3996704. OLE color: 3996704.
HSL color Cylindrical-coordinate representation of color #20FC3C: hue angle of 127.64º 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 #20FC3C is Cyan = 0.87, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 32 | 252 | 60 | - |
| CMYK | 0.87 | 0 | 0.76 | 0.01 |
| HSL | 127.64º | 0.97% | 0.56% | - |
| HSV(B) | 127.64º | 0.87% | 0.99% | - |
| XYZ | 36.22 | 70.25 | 15.93 | - |
| YUV | 164.33 | 69.11 | 33.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 252 | 60 | 0.87 | 0 | 0.76 | 0.01 | 127.64 | 0.97 | 0.56 |
| Hex | 20 | FC | 3C | 57 | 0 | 4C | 1 | 80 | 61 | 38 |
| Octal | 40 | 374 | 74 | 127 | 0 | 114 | 1 | 200 | 141 | 70 |
| Binary | 100000 | 11111100 | 111100 | 1010111 | 0 | 1001100 | 1 | 10000000 | 1100001 | 111000 |
Color Harmonies of #20FC3C
Complementary color
Monochromatic Colors of #20FC3C
Black with #20FC3C
Text Example
Text Example
White with #20FC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20FC3C; }
p { color: rgb(32,252,60); }
H1.HeaderClassName
{
color: #20FC3C;
}
.AnyTagClassName
{
color: #20FC3C;
}
</style>
background-color css
<style>
a { background-color: #20FC3C; }
a { background-color: rgb(32,252,60); }
div.DivClassName
{
background-color: #20FC3C;
}
.BgClassName
{
background-color: #20FC3C;
}
</style>
border-color css
<style>
span { border-color: #20FC3C; }
span { border-color: rgb(32,252,60); }
td.TdClassName
{
border-color: #20FC3C;
}
.TagClassName
{
border-color: #20FC3C;
}
</style>