Shades of Malachite #20F25D
Tints of Malachite #20F25D
RGB
CMYK
RGB Variations
Color information
#20F25D (or 0x20F25D) is known color: Malachite. HEX triplet: 20, F2 and 5D. RGB value is (32,242,93). Sum of RGB (Red+Green+Blue) = 32+242+93=367 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.72% from 367); Green value is 242 (94.92% from 255 or 65.94% from 367); Blue value is 93 (36.72% from 255 or 25.34% from 367); Max value from RGB is 242 - color contains mainly: green. Hex color #20F25D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #20F25D is #DF0DA2. Grayscale: #A2A2A2. Windows color (decimal): -14618019 or 6156832. OLE color: 6156832.
HSL color Cylindrical-coordinate representation of color #20F25D: hue angle of 137.43º 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 #20F25D is Cyan = 0.87, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 32 | 242 | 93 | - |
| CMYK | 0.87 | 0 | 0.62 | 0.05 |
| HSL | 137.43º | 0.89% | 0.54% | - |
| HSV(B) | 137.43º | 0.87% | 0.95% | - |
| XYZ | 34.32 | 64.6 | 21.02 | - |
| YUV | 162.22 | 88.93 | 35.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 242 | 93 | 0.87 | 0 | 0.62 | 0.05 | 137.43 | 0.89 | 0.54 |
| Hex | 20 | F2 | 5D | 57 | 0 | 3E | 5 | 89 | 59 | 36 |
| Octal | 40 | 362 | 135 | 127 | 0 | 76 | 5 | 211 | 131 | 66 |
| Binary | 100000 | 11110010 | 1011101 | 1010111 | 0 | 111110 | 101 | 10001001 | 1011001 | 110110 |
Color Harmonies of #20F25D
Complementary color
Monochromatic Colors of #20F25D
Black with #20F25D
Text Example
Text Example
White with #20F25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20F25D; }
p { color: rgb(32,242,93); }
H1.HeaderClassName
{
color: #20F25D;
}
.AnyTagClassName
{
color: #20F25D;
}
</style>
background-color css
<style>
a { background-color: #20F25D; }
a { background-color: rgb(32,242,93); }
div.DivClassName
{
background-color: #20F25D;
}
.BgClassName
{
background-color: #20F25D;
}
</style>
border-color css
<style>
span { border-color: #20F25D; }
span { border-color: rgb(32,242,93); }
td.TdClassName
{
border-color: #20F25D;
}
.TagClassName
{
border-color: #20F25D;
}
</style>