Shades of Malachite #20F240
Tints of Malachite #20F240
RGB
CMYK
RGB Variations
Color information
#20F240 (or 0x20F240) is known color: Malachite. HEX triplet: 20, F2 and 40. RGB value is (32,242,64). Sum of RGB (Red+Green+Blue) = 32+242+64=338 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.47% from 338); Green value is 242 (94.92% from 255 or 71.60% from 338); Blue value is 64 (25.39% from 255 or 18.93% from 338); Max value from RGB is 242 - color contains mainly: green. Hex color #20F240 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #20F240 is #DF0DBF. Grayscale: #9F9F9F. Windows color (decimal): -14618048 or 4256288. OLE color: 4256288.
HSL color Cylindrical-coordinate representation of color #20F240: hue angle of 129.14º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20F240 is Cyan = 0.87, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 32 | 242 | 64 | - |
| CMYK | 0.87 | 0 | 0.74 | 0.05 |
| HSL | 129.14º | 0.89% | 0.54% | - |
| HSV(B) | 129.14º | 0.87% | 0.95% | - |
| XYZ | 33.27 | 64.18 | 15.49 | - |
| YUV | 158.92 | 74.43 | 37.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 242 | 64 | 0.87 | 0 | 0.74 | 0.05 | 129.14 | 0.89 | 0.54 |
| Hex | 20 | F2 | 40 | 57 | 0 | 4A | 5 | 81 | 59 | 36 |
| Octal | 40 | 362 | 100 | 127 | 0 | 112 | 5 | 201 | 131 | 66 |
| Binary | 100000 | 11110010 | 1000000 | 1010111 | 0 | 1001010 | 101 | 10000001 | 1011001 | 110110 |
Color Harmonies of #20F240
Complementary color
Monochromatic Colors of #20F240
Black with #20F240
Text Example
Text Example
White with #20F240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20F240; }
p { color: rgb(32,242,64); }
H1.HeaderClassName
{
color: #20F240;
}
.AnyTagClassName
{
color: #20F240;
}
</style>
background-color css
<style>
a { background-color: #20F240; }
a { background-color: rgb(32,242,64); }
div.DivClassName
{
background-color: #20F240;
}
.BgClassName
{
background-color: #20F240;
}
</style>
border-color css
<style>
span { border-color: #20F240; }
span { border-color: rgb(32,242,64); }
td.TdClassName
{
border-color: #20F240;
}
.TagClassName
{
border-color: #20F240;
}
</style>