Shades of Malachite #20F040
Tints of Malachite #20F040
RGB
CMYK
RGB Variations
Color information
#20F040 (or 0x20F040) is known color: Malachite. HEX triplet: 20, F0 and 40. RGB value is (32,240,64). Sum of RGB (Red+Green+Blue) = 32+240+64=336 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.52% from 336); Green value is 240 (94.14% from 255 or 71.43% from 336); Blue value is 64 (25.39% from 255 or 19.05% from 336); Max value from RGB is 240 - color contains mainly: green. Hex color #20F040 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #20F040 is #DF0FBF. Grayscale: #9E9E9E. Windows color (decimal): -14618560 or 4255776. OLE color: 4255776.
HSL color Cylindrical-coordinate representation of color #20F040: hue angle of 129.23º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20F040 is Cyan = 0.87, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 32 | 240 | 64 | - |
| CMYK | 0.87 | 0 | 0.73 | 0.06 |
| HSL | 129.23º | 0.87% | 0.53% | - |
| HSV(B) | 129.23º | 0.87% | 0.94% | - |
| XYZ | 32.68 | 63 | 15.29 | - |
| YUV | 157.74 | 75.09 | 38.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 240 | 64 | 0.87 | 0 | 0.73 | 0.06 | 129.23 | 0.87 | 0.53 |
| Hex | 20 | F0 | 40 | 57 | 0 | 49 | 6 | 81 | 57 | 35 |
| Octal | 40 | 360 | 100 | 127 | 0 | 111 | 6 | 201 | 127 | 65 |
| Binary | 100000 | 11110000 | 1000000 | 1010111 | 0 | 1001001 | 110 | 10000001 | 1010111 | 110101 |
Color Harmonies of #20F040
Complementary color
Monochromatic Colors of #20F040
Black with #20F040
Text Example
Text Example
White with #20F040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20F040; }
p { color: rgb(32,240,64); }
H1.HeaderClassName
{
color: #20F040;
}
.AnyTagClassName
{
color: #20F040;
}
</style>
background-color css
<style>
a { background-color: #20F040; }
a { background-color: rgb(32,240,64); }
div.DivClassName
{
background-color: #20F040;
}
.BgClassName
{
background-color: #20F040;
}
</style>
border-color css
<style>
span { border-color: #20F040; }
span { border-color: rgb(32,240,64); }
td.TdClassName
{
border-color: #20F040;
}
.TagClassName
{
border-color: #20F040;
}
</style>