Shades of Malachite #20EB3C
Tints of Malachite #20EB3C
RGB
CMYK
RGB Variations
Color information
#20EB3C (or 0x20EB3C) is known color: Malachite. HEX triplet: 20, EB and 3C. RGB value is (32,235,60). Sum of RGB (Red+Green+Blue) = 32+235+60=327 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.79% from 327); Green value is 235 (92.19% from 255 or 71.87% from 327); Blue value is 60 (23.83% from 255 or 18.35% from 327); Max value from RGB is 235 - color contains mainly: green. Hex color #20EB3C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #20EB3C is #DF14C3. Grayscale: #9A9A9A. Windows color (decimal): -14619844 or 3992352. OLE color: 3992352.
HSL color Cylindrical-coordinate representation of color #20EB3C: hue angle of 128.28º 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 #20EB3C is Cyan = 0.86, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 32 | 235 | 60 | - |
| CMYK | 0.86 | 0 | 0.74 | 0.08 |
| HSL | 128.28º | 0.84% | 0.52% | - |
| HSV(B) | 128.28º | 0.86% | 0.92% | - |
| XYZ | 31.12 | 60.05 | 14.23 | - |
| YUV | 154.35 | 74.75 | 40.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 235 | 60 | 0.86 | 0 | 0.74 | 0.08 | 128.28 | 0.84 | 0.52 |
| Hex | 20 | EB | 3C | 56 | 0 | 4A | 8 | 80 | 54 | 34 |
| Octal | 40 | 353 | 74 | 126 | 0 | 112 | 10 | 200 | 124 | 64 |
| Binary | 100000 | 11101011 | 111100 | 1010110 | 0 | 1001010 | 1000 | 10000000 | 1010100 | 110100 |
Color Harmonies of #20EB3C
Complementary color
Monochromatic Colors of #20EB3C
Black with #20EB3C
Text Example
Text Example
White with #20EB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20EB3C; }
p { color: rgb(32,235,60); }
H1.HeaderClassName
{
color: #20EB3C;
}
.AnyTagClassName
{
color: #20EB3C;
}
</style>
background-color css
<style>
a { background-color: #20EB3C; }
a { background-color: rgb(32,235,60); }
div.DivClassName
{
background-color: #20EB3C;
}
.BgClassName
{
background-color: #20EB3C;
}
</style>
border-color css
<style>
span { border-color: #20EB3C; }
span { border-color: rgb(32,235,60); }
td.TdClassName
{
border-color: #20EB3C;
}
.TagClassName
{
border-color: #20EB3C;
}
</style>