Shades of Malachite #20E640
Tints of Malachite #20E640
RGB
CMYK
RGB Variations
Color information
#20E640 (or 0x20E640) is known color: Malachite. HEX triplet: 20, E6 and 40. RGB value is (32,230,64). Sum of RGB (Red+Green+Blue) = 32+230+64=326 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.82% from 326); Green value is 230 (90.23% from 255 or 70.55% from 326); Blue value is 64 (25.39% from 255 or 19.63% from 326); Max value from RGB is 230 - color contains mainly: green. Hex color #20E640 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #20E640 is #DF19BF. Grayscale: #989898. Windows color (decimal): -14621120 or 4253216. OLE color: 4253216.
HSL color Cylindrical-coordinate representation of color #20E640: hue angle of 129.7º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20E640 is Cyan = 0.86, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 32 | 230 | 64 | - |
| CMYK | 0.86 | 0 | 0.72 | 0.10 |
| HSL | 129.7º | 0.8% | 0.51% | - |
| HSV(B) | 129.7º | 0.86% | 0.9% | - |
| XYZ | 29.82 | 57.27 | 14.33 | - |
| YUV | 151.87 | 78.4 | 42.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 230 | 64 | 0.86 | 0 | 0.72 | 0.10 | 129.7 | 0.8 | 0.51 |
| Hex | 20 | E6 | 40 | 56 | 0 | 48 | A | 82 | 50 | 33 |
| Octal | 40 | 346 | 100 | 126 | 0 | 110 | 12 | 202 | 120 | 63 |
| Binary | 100000 | 11100110 | 1000000 | 1010110 | 0 | 1001000 | 1010 | 10000010 | 1010000 | 110011 |
Color Harmonies of #20E640
Complementary color
Monochromatic Colors of #20E640
Black with #20E640
Text Example
Text Example
White with #20E640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20E640; }
p { color: rgb(32,230,64); }
H1.HeaderClassName
{
color: #20E640;
}
.AnyTagClassName
{
color: #20E640;
}
</style>
background-color css
<style>
a { background-color: #20E640; }
a { background-color: rgb(32,230,64); }
div.DivClassName
{
background-color: #20E640;
}
.BgClassName
{
background-color: #20E640;
}
</style>
border-color css
<style>
span { border-color: #20E640; }
span { border-color: rgb(32,230,64); }
td.TdClassName
{
border-color: #20E640;
}
.TagClassName
{
border-color: #20E640;
}
</style>