Shades of Malachite #20F460
Tints of Malachite #20F460
RGB
CMYK
RGB Variations
Color information
#20F460 (or 0x20F460) is known color: Malachite. HEX triplet: 20, F4 and 60. RGB value is (32,244,96). Sum of RGB (Red+Green+Blue) = 32+244+96=372 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.60% from 372); Green value is 244 (95.70% from 255 or 65.59% from 372); Blue value is 96 (37.89% from 255 or 25.81% from 372); Max value from RGB is 244 - color contains mainly: green. Hex color #20F460 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #20F460 is #DF0B9F. Grayscale: #A4A4A4. Windows color (decimal): -14617504 or 6353952. OLE color: 6353952.
HSL color Cylindrical-coordinate representation of color #20F460: hue angle of 138.11º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20F460 is Cyan = 0.87, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 32 | 244 | 96 | - |
| CMYK | 0.87 | 0 | 0.61 | 0.04 |
| HSL | 138.11º | 0.91% | 0.54% | - |
| HSV(B) | 138.11º | 0.87% | 0.96% | - |
| XYZ | 35.06 | 65.85 | 21.93 | - |
| YUV | 163.74 | 89.76 | 34.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 244 | 96 | 0.87 | 0 | 0.61 | 0.04 | 138.11 | 0.91 | 0.54 |
| Hex | 20 | F4 | 60 | 57 | 0 | 3D | 4 | 8A | 5B | 36 |
| Octal | 40 | 364 | 140 | 127 | 0 | 75 | 4 | 212 | 133 | 66 |
| Binary | 100000 | 11110100 | 1100000 | 1010111 | 0 | 111101 | 100 | 10001010 | 1011011 | 110110 |
Color Harmonies of #20F460
Complementary color
Monochromatic Colors of #20F460
Black with #20F460
Text Example
Text Example
White with #20F460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20F460; }
p { color: rgb(32,244,96); }
H1.HeaderClassName
{
color: #20F460;
}
.AnyTagClassName
{
color: #20F460;
}
</style>
background-color css
<style>
a { background-color: #20F460; }
a { background-color: rgb(32,244,96); }
div.DivClassName
{
background-color: #20F460;
}
.BgClassName
{
background-color: #20F460;
}
</style>
border-color css
<style>
span { border-color: #20F460; }
span { border-color: rgb(32,244,96); }
td.TdClassName
{
border-color: #20F460;
}
.TagClassName
{
border-color: #20F460;
}
</style>