Shades of Malachite #20F25F
Tints of Malachite #20F25F
RGB
CMYK
RGB Variations
Color information
#20F25F (or 0x20F25F) is known color: Malachite. HEX triplet: 20, F2 and 5F. RGB value is (32,242,95). Sum of RGB (Red+Green+Blue) = 32+242+95=369 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.67% from 369); Green value is 242 (94.92% from 255 or 65.58% from 369); Blue value is 95 (37.5% from 255 or 25.75% from 369); Max value from RGB is 242 - color contains mainly: green. Hex color #20F25F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #20F25F is #DF0DA0. Grayscale: #A2A2A2. Windows color (decimal): -14618017 or 6287904. OLE color: 6287904.
HSL color Cylindrical-coordinate representation of color #20F25F: hue angle of 138º 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 #20F25F is Cyan = 0.87, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 32 | 242 | 95 | - |
| CMYK | 0.87 | 0 | 0.61 | 0.05 |
| HSL | 138º | 0.89% | 0.54% | - |
| HSV(B) | 138º | 0.87% | 0.95% | - |
| XYZ | 34.41 | 64.64 | 21.49 | - |
| YUV | 162.45 | 89.93 | 34.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 242 | 95 | 0.87 | 0 | 0.61 | 0.05 | 138 | 0.89 | 0.54 |
| Hex | 20 | F2 | 5F | 57 | 0 | 3D | 5 | 8A | 59 | 36 |
| Octal | 40 | 362 | 137 | 127 | 0 | 75 | 5 | 212 | 131 | 66 |
| Binary | 100000 | 11110010 | 1011111 | 1010111 | 0 | 111101 | 101 | 10001010 | 1011001 | 110110 |
Color Harmonies of #20F25F
Complementary color
Monochromatic Colors of #20F25F
Black with #20F25F
Text Example
Text Example
White with #20F25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20F25F; }
p { color: rgb(32,242,95); }
H1.HeaderClassName
{
color: #20F25F;
}
.AnyTagClassName
{
color: #20F25F;
}
</style>
background-color css
<style>
a { background-color: #20F25F; }
a { background-color: rgb(32,242,95); }
div.DivClassName
{
background-color: #20F25F;
}
.BgClassName
{
background-color: #20F25F;
}
</style>
border-color css
<style>
span { border-color: #20F25F; }
span { border-color: rgb(32,242,95); }
td.TdClassName
{
border-color: #20F25F;
}
.TagClassName
{
border-color: #20F25F;
}
</style>