Shades of Malachite #20EB44
Tints of Malachite #20EB44
RGB
CMYK
RGB Variations
Color information
#20EB44 (or 0x20EB44) is known color: Malachite. HEX triplet: 20, EB and 44. RGB value is (32,235,68). Sum of RGB (Red+Green+Blue) = 32+235+68=335 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.55% from 335); Green value is 235 (92.19% from 255 or 70.15% from 335); Blue value is 68 (26.95% from 255 or 20.30% from 335); Max value from RGB is 235 - color contains mainly: green. Hex color #20EB44 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #20EB44 is #DF14BB. Grayscale: #9B9B9B. Windows color (decimal): -14619836 or 4516640. OLE color: 4516640.
HSL color Cylindrical-coordinate representation of color #20EB44: hue angle of 130.64º 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 #20EB44 is Cyan = 0.86, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 32 | 235 | 68 | - |
| CMYK | 0.86 | 0 | 0.71 | 0.08 |
| HSL | 130.64º | 0.84% | 0.52% | - |
| HSV(B) | 130.64º | 0.86% | 0.92% | - |
| XYZ | 31.35 | 60.14 | 15.43 | - |
| YUV | 155.27 | 78.75 | 40.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 235 | 68 | 0.86 | 0 | 0.71 | 0.08 | 130.64 | 0.84 | 0.52 |
| Hex | 20 | EB | 44 | 56 | 0 | 47 | 8 | 83 | 54 | 34 |
| Octal | 40 | 353 | 104 | 126 | 0 | 107 | 10 | 203 | 124 | 64 |
| Binary | 100000 | 11101011 | 1000100 | 1010110 | 0 | 1000111 | 1000 | 10000011 | 1010100 | 110100 |
Color Harmonies of #20EB44
Complementary color
Monochromatic Colors of #20EB44
Black with #20EB44
Text Example
Text Example
White with #20EB44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20EB44; }
p { color: rgb(32,235,68); }
H1.HeaderClassName
{
color: #20EB44;
}
.AnyTagClassName
{
color: #20EB44;
}
</style>
background-color css
<style>
a { background-color: #20EB44; }
a { background-color: rgb(32,235,68); }
div.DivClassName
{
background-color: #20EB44;
}
.BgClassName
{
background-color: #20EB44;
}
</style>
border-color css
<style>
span { border-color: #20EB44; }
span { border-color: rgb(32,235,68); }
td.TdClassName
{
border-color: #20EB44;
}
.TagClassName
{
border-color: #20EB44;
}
</style>