Shades of Malachite #20EB4A
Tints of Malachite #20EB4A
RGB
CMYK
RGB Variations
Color information
#20EB4A (or 0x20EB4A) is known color: Malachite. HEX triplet: 20, EB and 4A. RGB value is (32,235,74). Sum of RGB (Red+Green+Blue) = 32+235+74=341 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.38% from 341); Green value is 235 (92.19% from 255 or 68.91% from 341); Blue value is 74 (29.30% from 255 or 21.70% from 341); Max value from RGB is 235 - color contains mainly: green. Hex color #20EB4A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #20EB4A is #DF14B5. Grayscale: #9C9C9C. Windows color (decimal): -14619830 or 4909856. OLE color: 4909856.
HSL color Cylindrical-coordinate representation of color #20EB4A: hue angle of 132.41º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20EB4A is Cyan = 0.86, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 32 | 235 | 74 | - |
| CMYK | 0.86 | 0 | 0.69 | 0.08 |
| HSL | 132.41º | 0.84% | 0.52% | - |
| HSV(B) | 132.41º | 0.86% | 0.92% | - |
| XYZ | 31.54 | 60.22 | 16.44 | - |
| YUV | 155.95 | 81.75 | 39.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 235 | 74 | 0.86 | 0 | 0.69 | 0.08 | 132.41 | 0.84 | 0.52 |
| Hex | 20 | EB | 4A | 56 | 0 | 45 | 8 | 84 | 54 | 34 |
| Octal | 40 | 353 | 112 | 126 | 0 | 105 | 10 | 204 | 124 | 64 |
| Binary | 100000 | 11101011 | 1001010 | 1010110 | 0 | 1000101 | 1000 | 10000100 | 1010100 | 110100 |
Color Harmonies of #20EB4A
Complementary color
Monochromatic Colors of #20EB4A
Black with #20EB4A
Text Example
Text Example
White with #20EB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20EB4A; }
p { color: rgb(32,235,74); }
H1.HeaderClassName
{
color: #20EB4A;
}
.AnyTagClassName
{
color: #20EB4A;
}
</style>
background-color css
<style>
a { background-color: #20EB4A; }
a { background-color: rgb(32,235,74); }
div.DivClassName
{
background-color: #20EB4A;
}
.BgClassName
{
background-color: #20EB4A;
}
</style>
border-color css
<style>
span { border-color: #20EB4A; }
span { border-color: rgb(32,235,74); }
td.TdClassName
{
border-color: #20EB4A;
}
.TagClassName
{
border-color: #20EB4A;
}
</style>