Shades of Malachite #20E65B
Tints of Malachite #20E65B
RGB
CMYK
RGB Variations
Color information
#20E65B (or 0x20E65B) is known color: Malachite. HEX triplet: 20, E6 and 5B. RGB value is (32,230,91). Sum of RGB (Red+Green+Blue) = 32+230+91=353 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.07% from 353); Green value is 230 (90.23% from 255 or 65.16% from 353); Blue value is 91 (35.94% from 255 or 25.78% from 353); Max value from RGB is 230 - color contains mainly: green. Hex color #20E65B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #20E65B is #DF19A4. Grayscale: #9B9B9B. Windows color (decimal): -14621093 or 6022688. OLE color: 6022688.
HSL color Cylindrical-coordinate representation of color #20E65B: hue angle of 137.88º 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 #20E65B is Cyan = 0.86, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 32 | 230 | 91 | - |
| CMYK | 0.86 | 0 | 0.60 | 0.10 |
| HSL | 137.88º | 0.8% | 0.51% | - |
| HSV(B) | 137.88º | 0.86% | 0.9% | - |
| XYZ | 30.78 | 57.66 | 19.4 | - |
| YUV | 154.95 | 91.9 | 40.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 230 | 91 | 0.86 | 0 | 0.60 | 0.10 | 137.88 | 0.8 | 0.51 |
| Hex | 20 | E6 | 5B | 56 | 0 | 3C | A | 8A | 50 | 33 |
| Octal | 40 | 346 | 133 | 126 | 0 | 74 | 12 | 212 | 120 | 63 |
| Binary | 100000 | 11100110 | 1011011 | 1010110 | 0 | 111100 | 1010 | 10001010 | 1010000 | 110011 |
Color Harmonies of #20E65B
Complementary color
Monochromatic Colors of #20E65B
Black with #20E65B
Text Example
Text Example
White with #20E65B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20E65B; }
p { color: rgb(32,230,91); }
H1.HeaderClassName
{
color: #20E65B;
}
.AnyTagClassName
{
color: #20E65B;
}
</style>
background-color css
<style>
a { background-color: #20E65B; }
a { background-color: rgb(32,230,91); }
div.DivClassName
{
background-color: #20E65B;
}
.BgClassName
{
background-color: #20E65B;
}
</style>
border-color css
<style>
span { border-color: #20E65B; }
span { border-color: rgb(32,230,91); }
td.TdClassName
{
border-color: #20E65B;
}
.TagClassName
{
border-color: #20E65B;
}
</style>