Shades of Malachite #20F247
Tints of Malachite #20F247
RGB
CMYK
RGB Variations
Color information
#20F247 (or 0x20F247) is known color: Malachite. HEX triplet: 20, F2 and 47. RGB value is (32,242,71). Sum of RGB (Red+Green+Blue) = 32+242+71=345 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.28% from 345); Green value is 242 (94.92% from 255 or 70.14% from 345); Blue value is 71 (28.12% from 255 or 20.58% from 345); Max value from RGB is 242 - color contains mainly: green. Hex color #20F247 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #20F247 is #DF0DB8. Grayscale: #A0A0A0. Windows color (decimal): -14618041 or 4715040. OLE color: 4715040.
HSL color Cylindrical-coordinate representation of color #20F247: hue angle of 131.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 #20F247 is Cyan = 0.87, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 32 | 242 | 71 | - |
| CMYK | 0.87 | 0 | 0.71 | 0.05 |
| HSL | 131.14º | 0.89% | 0.54% | - |
| HSV(B) | 131.14º | 0.87% | 0.95% | - |
| XYZ | 33.49 | 64.27 | 16.6 | - |
| YUV | 159.72 | 77.93 | 36.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 242 | 71 | 0.87 | 0 | 0.71 | 0.05 | 131.14 | 0.89 | 0.54 |
| Hex | 20 | F2 | 47 | 57 | 0 | 47 | 5 | 83 | 59 | 36 |
| Octal | 40 | 362 | 107 | 127 | 0 | 107 | 5 | 203 | 131 | 66 |
| Binary | 100000 | 11110010 | 1000111 | 1010111 | 0 | 1000111 | 101 | 10000011 | 1011001 | 110110 |
Color Harmonies of #20F247
Complementary color
Monochromatic Colors of #20F247
Black with #20F247
Text Example
Text Example
White with #20F247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20F247; }
p { color: rgb(32,242,71); }
H1.HeaderClassName
{
color: #20F247;
}
.AnyTagClassName
{
color: #20F247;
}
</style>
background-color css
<style>
a { background-color: #20F247; }
a { background-color: rgb(32,242,71); }
div.DivClassName
{
background-color: #20F247;
}
.BgClassName
{
background-color: #20F247;
}
</style>
border-color css
<style>
span { border-color: #20F247; }
span { border-color: rgb(32,242,71); }
td.TdClassName
{
border-color: #20F247;
}
.TagClassName
{
border-color: #20F247;
}
</style>