Shades of Malachite #20E95B
Tints of Malachite #20E95B
RGB
CMYK
RGB Variations
Color information
#20E95B (or 0x20E95B) is known color: Malachite. HEX triplet: 20, E9 and 5B. RGB value is (32,233,91). Sum of RGB (Red+Green+Blue) = 32+233+91=356 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.99% from 356); Green value is 233 (91.41% from 255 or 65.45% from 356); Blue value is 91 (35.94% from 255 or 25.56% from 356); Max value from RGB is 233 - color contains mainly: green. Hex color #20E95B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #20E95B is #DF16A4. Grayscale: #9D9D9D. Windows color (decimal): -14620325 or 6023456. OLE color: 6023456.
HSL color Cylindrical-coordinate representation of color #20E95B: hue angle of 137.61º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20E95B is Cyan = 0.86, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 32 | 233 | 91 | - |
| CMYK | 0.86 | 0 | 0.61 | 0.09 |
| HSL | 137.61º | 0.82% | 0.52% | - |
| HSV(B) | 137.61º | 0.86% | 0.91% | - |
| XYZ | 31.62 | 59.34 | 19.68 | - |
| YUV | 156.71 | 90.91 | 39.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 233 | 91 | 0.86 | 0 | 0.61 | 0.09 | 137.61 | 0.82 | 0.52 |
| Hex | 20 | E9 | 5B | 56 | 0 | 3D | 9 | 8A | 52 | 34 |
| Octal | 40 | 351 | 133 | 126 | 0 | 75 | 11 | 212 | 122 | 64 |
| Binary | 100000 | 11101001 | 1011011 | 1010110 | 0 | 111101 | 1001 | 10001010 | 1010010 | 110100 |
Color Harmonies of #20E95B
Complementary color
Monochromatic Colors of #20E95B
Black with #20E95B
Text Example
Text Example
White with #20E95B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20E95B; }
p { color: rgb(32,233,91); }
H1.HeaderClassName
{
color: #20E95B;
}
.AnyTagClassName
{
color: #20E95B;
}
</style>
background-color css
<style>
a { background-color: #20E95B; }
a { background-color: rgb(32,233,91); }
div.DivClassName
{
background-color: #20E95B;
}
.BgClassName
{
background-color: #20E95B;
}
</style>
border-color css
<style>
span { border-color: #20E95B; }
span { border-color: rgb(32,233,91); }
td.TdClassName
{
border-color: #20E95B;
}
.TagClassName
{
border-color: #20E95B;
}
</style>