Shades of Malachite #20F548
Tints of Malachite #20F548
RGB
CMYK
RGB Variations
Color information
#20F548 (or 0x20F548) is known color: Malachite. HEX triplet: 20, F5 and 48. RGB value is (32,245,72). Sum of RGB (Red+Green+Blue) = 32+245+72=349 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.17% from 349); Green value is 245 (96.09% from 255 or 70.20% from 349); Blue value is 72 (28.52% from 255 or 20.63% from 349); Max value from RGB is 245 - color contains mainly: green. Hex color #20F548 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #20F548 is #DF0AB7. Grayscale: #A2A2A2. Windows color (decimal): -14617272 or 4781344. OLE color: 4781344.
HSL color Cylindrical-coordinate representation of color #20F548: hue angle of 131.27º 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 #20F548 is Cyan = 0.87, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 32 | 245 | 72 | - |
| CMYK | 0.87 | 0 | 0.71 | 0.04 |
| HSL | 131.27º | 0.91% | 0.54% | - |
| HSV(B) | 131.27º | 0.87% | 0.96% | - |
| XYZ | 34.42 | 66.08 | 17.07 | - |
| YUV | 161.59 | 77.43 | 35.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 245 | 72 | 0.87 | 0 | 0.71 | 0.04 | 131.27 | 0.91 | 0.54 |
| Hex | 20 | F5 | 48 | 57 | 0 | 47 | 4 | 83 | 5B | 36 |
| Octal | 40 | 365 | 110 | 127 | 0 | 107 | 4 | 203 | 133 | 66 |
| Binary | 100000 | 11110101 | 1001000 | 1010111 | 0 | 1000111 | 100 | 10000011 | 1011011 | 110110 |
Color Harmonies of #20F548
Complementary color
Monochromatic Colors of #20F548
Black with #20F548
Text Example
Text Example
White with #20F548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20F548; }
p { color: rgb(32,245,72); }
H1.HeaderClassName
{
color: #20F548;
}
.AnyTagClassName
{
color: #20F548;
}
</style>
background-color css
<style>
a { background-color: #20F548; }
a { background-color: rgb(32,245,72); }
div.DivClassName
{
background-color: #20F548;
}
.BgClassName
{
background-color: #20F548;
}
</style>
border-color css
<style>
span { border-color: #20F548; }
span { border-color: rgb(32,245,72); }
td.TdClassName
{
border-color: #20F548;
}
.TagClassName
{
border-color: #20F548;
}
</style>