Shades of Malachite #20F65D
Tints of Malachite #20F65D
RGB
CMYK
RGB Variations
Color information
#20F65D (or 0x20F65D) is known color: Malachite. HEX triplet: 20, F6 and 5D. RGB value is (32,246,93). Sum of RGB (Red+Green+Blue) = 32+246+93=371 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.63% from 371); Green value is 246 (96.48% from 255 or 66.31% from 371); Blue value is 93 (36.72% from 255 or 25.07% from 371); Max value from RGB is 246 - color contains mainly: green. Hex color #20F65D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #20F65D is #DF09A2. Grayscale: #A4A4A4. Windows color (decimal): -14616995 or 6157856. OLE color: 6157856.
HSL color Cylindrical-coordinate representation of color #20F65D: hue angle of 137.1º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20F65D is Cyan = 0.87, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 32 | 246 | 93 | - |
| CMYK | 0.87 | 0 | 0.62 | 0.04 |
| HSL | 137.1º | 0.92% | 0.55% | - |
| HSV(B) | 137.1º | 0.87% | 0.96% | - |
| XYZ | 35.53 | 67.01 | 21.42 | - |
| YUV | 164.57 | 87.6 | 33.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 246 | 93 | 0.87 | 0 | 0.62 | 0.04 | 137.1 | 0.92 | 0.55 |
| Hex | 20 | F6 | 5D | 57 | 0 | 3E | 4 | 89 | 5C | 37 |
| Octal | 40 | 366 | 135 | 127 | 0 | 76 | 4 | 211 | 134 | 67 |
| Binary | 100000 | 11110110 | 1011101 | 1010111 | 0 | 111110 | 100 | 10001001 | 1011100 | 110111 |
Color Harmonies of #20F65D
Complementary color
Monochromatic Colors of #20F65D
Black with #20F65D
Text Example
Text Example
White with #20F65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20F65D; }
p { color: rgb(32,246,93); }
H1.HeaderClassName
{
color: #20F65D;
}
.AnyTagClassName
{
color: #20F65D;
}
</style>
background-color css
<style>
a { background-color: #20F65D; }
a { background-color: rgb(32,246,93); }
div.DivClassName
{
background-color: #20F65D;
}
.BgClassName
{
background-color: #20F65D;
}
</style>
border-color css
<style>
span { border-color: #20F65D; }
span { border-color: rgb(32,246,93); }
td.TdClassName
{
border-color: #20F65D;
}
.TagClassName
{
border-color: #20F65D;
}
</style>