Shades of Malachite #20F63A
Tints of Malachite #20F63A
RGB
CMYK
RGB Variations
Color information
#20F63A (or 0x20F63A) is known color: Malachite. HEX triplet: 20, F6 and 3A. RGB value is (32,246,58). Sum of RGB (Red+Green+Blue) = 32+246+58=336 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.52% from 336); Green value is 246 (96.48% from 255 or 73.21% from 336); Blue value is 58 (23.05% from 255 or 17.26% from 336); Max value from RGB is 246 - color contains mainly: green. Hex color #20F63A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #20F63A is #DF09C5. Grayscale: #A1A1A1. Windows color (decimal): -14617030 or 3864096. OLE color: 3864096.
HSL color Cylindrical-coordinate representation of color #20F63A: hue angle of 127.29º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20F63A is Cyan = 0.87, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 32 | 246 | 58 | - |
| CMYK | 0.87 | 0 | 0.76 | 0.04 |
| HSL | 127.29º | 0.92% | 0.55% | - |
| HSV(B) | 127.29º | 0.87% | 0.96% | - |
| XYZ | 34.32 | 66.52 | 15.03 | - |
| YUV | 160.58 | 70.1 | 36.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 246 | 58 | 0.87 | 0 | 0.76 | 0.04 | 127.29 | 0.92 | 0.55 |
| Hex | 20 | F6 | 3A | 57 | 0 | 4C | 4 | 7F | 5C | 37 |
| Octal | 40 | 366 | 72 | 127 | 0 | 114 | 4 | 177 | 134 | 67 |
| Binary | 100000 | 11110110 | 111010 | 1010111 | 0 | 1001100 | 100 | 1111111 | 1011100 | 110111 |
Color Harmonies of #20F63A
Complementary color
Monochromatic Colors of #20F63A
Black with #20F63A
Text Example
Text Example
White with #20F63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20F63A; }
p { color: rgb(32,246,58); }
H1.HeaderClassName
{
color: #20F63A;
}
.AnyTagClassName
{
color: #20F63A;
}
</style>
background-color css
<style>
a { background-color: #20F63A; }
a { background-color: rgb(32,246,58); }
div.DivClassName
{
background-color: #20F63A;
}
.BgClassName
{
background-color: #20F63A;
}
</style>
border-color css
<style>
span { border-color: #20F63A; }
span { border-color: rgb(32,246,58); }
td.TdClassName
{
border-color: #20F63A;
}
.TagClassName
{
border-color: #20F63A;
}
</style>