Shades of Malachite #20F25C
Tints of Malachite #20F25C
RGB
CMYK
RGB Variations
Color information
#20F25C (or 0x20F25C) is known color: Malachite. HEX triplet: 20, F2 and 5C. RGB value is (32,242,92). Sum of RGB (Red+Green+Blue) = 32+242+92=366 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.74% from 366); Green value is 242 (94.92% from 255 or 66.12% from 366); Blue value is 92 (36.33% from 255 or 25.14% from 366); Max value from RGB is 242 - color contains mainly: green. Hex color #20F25C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #20F25C is #DF0DA3. Grayscale: #A2A2A2. Windows color (decimal): -14618020 or 6091296. OLE color: 6091296.
HSL color Cylindrical-coordinate representation of color #20F25C: hue angle of 137.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 #20F25C is Cyan = 0.87, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 32 | 242 | 92 | - |
| CMYK | 0.87 | 0 | 0.62 | 0.05 |
| HSL | 137.14º | 0.89% | 0.54% | - |
| HSV(B) | 137.14º | 0.87% | 0.95% | - |
| XYZ | 34.28 | 64.58 | 20.78 | - |
| YUV | 162.11 | 88.43 | 35.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 242 | 92 | 0.87 | 0 | 0.62 | 0.05 | 137.14 | 0.89 | 0.54 |
| Hex | 20 | F2 | 5C | 57 | 0 | 3E | 5 | 89 | 59 | 36 |
| Octal | 40 | 362 | 134 | 127 | 0 | 76 | 5 | 211 | 131 | 66 |
| Binary | 100000 | 11110010 | 1011100 | 1010111 | 0 | 111110 | 101 | 10001001 | 1011001 | 110110 |
Color Harmonies of #20F25C
Complementary color
Monochromatic Colors of #20F25C
Black with #20F25C
Text Example
Text Example
White with #20F25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20F25C; }
p { color: rgb(32,242,92); }
H1.HeaderClassName
{
color: #20F25C;
}
.AnyTagClassName
{
color: #20F25C;
}
</style>
background-color css
<style>
a { background-color: #20F25C; }
a { background-color: rgb(32,242,92); }
div.DivClassName
{
background-color: #20F25C;
}
.BgClassName
{
background-color: #20F25C;
}
</style>
border-color css
<style>
span { border-color: #20F25C; }
span { border-color: rgb(32,242,92); }
td.TdClassName
{
border-color: #20F25C;
}
.TagClassName
{
border-color: #20F25C;
}
</style>