Shades of Malachite #20F45E
Tints of Malachite #20F45E
RGB
CMYK
RGB Variations
Color information
#20F45E (or 0x20F45E) is known color: Malachite. HEX triplet: 20, F4 and 5E. RGB value is (32,244,94). Sum of RGB (Red+Green+Blue) = 32+244+94=370 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.65% from 370); Green value is 244 (95.70% from 255 or 65.95% from 370); Blue value is 94 (37.11% from 255 or 25.41% from 370); Max value from RGB is 244 - color contains mainly: green. Hex color #20F45E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #20F45E is #DF0BA1. Grayscale: #A3A3A3. Windows color (decimal): -14617506 or 6222880. OLE color: 6222880.
HSL color Cylindrical-coordinate representation of color #20F45E: hue angle of 137.55º 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 #20F45E is Cyan = 0.87, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 32 | 244 | 94 | - |
| CMYK | 0.87 | 0 | 0.61 | 0.04 |
| HSL | 137.55º | 0.91% | 0.54% | - |
| HSV(B) | 137.55º | 0.87% | 0.96% | - |
| XYZ | 34.97 | 65.82 | 21.45 | - |
| YUV | 163.51 | 88.76 | 34.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 244 | 94 | 0.87 | 0 | 0.61 | 0.04 | 137.55 | 0.91 | 0.54 |
| Hex | 20 | F4 | 5E | 57 | 0 | 3D | 4 | 8A | 5B | 36 |
| Octal | 40 | 364 | 136 | 127 | 0 | 75 | 4 | 212 | 133 | 66 |
| Binary | 100000 | 11110100 | 1011110 | 1010111 | 0 | 111101 | 100 | 10001010 | 1011011 | 110110 |
Color Harmonies of #20F45E
Complementary color
Monochromatic Colors of #20F45E
Black with #20F45E
Text Example
Text Example
White with #20F45E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20F45E; }
p { color: rgb(32,244,94); }
H1.HeaderClassName
{
color: #20F45E;
}
.AnyTagClassName
{
color: #20F45E;
}
</style>
background-color css
<style>
a { background-color: #20F45E; }
a { background-color: rgb(32,244,94); }
div.DivClassName
{
background-color: #20F45E;
}
.BgClassName
{
background-color: #20F45E;
}
</style>
border-color css
<style>
span { border-color: #20F45E; }
span { border-color: rgb(32,244,94); }
td.TdClassName
{
border-color: #20F45E;
}
.TagClassName
{
border-color: #20F45E;
}
</style>