Shades of Malachite #20F64B
Tints of Malachite #20F64B
RGB
CMYK
RGB Variations
Color information
#20F64B (or 0x20F64B) is known color: Malachite. HEX triplet: 20, F6 and 4B. RGB value is (32,246,75). Sum of RGB (Red+Green+Blue) = 32+246+75=353 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.07% from 353); Green value is 246 (96.48% from 255 or 69.69% from 353); Blue value is 75 (29.69% from 255 or 21.25% from 353); Max value from RGB is 246 - color contains mainly: green. Hex color #20F64B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #20F64B is #DF09B4. Grayscale: #A2A2A2. Windows color (decimal): -14617013 or 4978208. OLE color: 4978208.
HSL color Cylindrical-coordinate representation of color #20F64B: hue angle of 132.06º 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 #20F64B is Cyan = 0.87, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 32 | 246 | 75 | - |
| CMYK | 0.87 | 0 | 0.70 | 0.04 |
| HSL | 132.06º | 0.92% | 0.55% | - |
| HSV(B) | 132.06º | 0.87% | 0.96% | - |
| XYZ | 34.82 | 66.73 | 17.7 | - |
| YUV | 162.52 | 78.6 | 34.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 246 | 75 | 0.87 | 0 | 0.70 | 0.04 | 132.06 | 0.92 | 0.55 |
| Hex | 20 | F6 | 4B | 57 | 0 | 46 | 4 | 84 | 5C | 37 |
| Octal | 40 | 366 | 113 | 127 | 0 | 106 | 4 | 204 | 134 | 67 |
| Binary | 100000 | 11110110 | 1001011 | 1010111 | 0 | 1000110 | 100 | 10000100 | 1011100 | 110111 |
Color Harmonies of #20F64B
Complementary color
Monochromatic Colors of #20F64B
Black with #20F64B
Text Example
Text Example
White with #20F64B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20F64B; }
p { color: rgb(32,246,75); }
H1.HeaderClassName
{
color: #20F64B;
}
.AnyTagClassName
{
color: #20F64B;
}
</style>
background-color css
<style>
a { background-color: #20F64B; }
a { background-color: rgb(32,246,75); }
div.DivClassName
{
background-color: #20F64B;
}
.BgClassName
{
background-color: #20F64B;
}
</style>
border-color css
<style>
span { border-color: #20F64B; }
span { border-color: rgb(32,246,75); }
td.TdClassName
{
border-color: #20F64B;
}
.TagClassName
{
border-color: #20F64B;
}
</style>