Shades of Malachite #20E94B
Tints of Malachite #20E94B
RGB
CMYK
RGB Variations
Color information
#20E94B (or 0x20E94B) is known color: Malachite. HEX triplet: 20, E9 and 4B. RGB value is (32,233,75). Sum of RGB (Red+Green+Blue) = 32+233+75=340 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.41% from 340); Green value is 233 (91.41% from 255 or 68.53% from 340); Blue value is 75 (29.69% from 255 or 22.06% from 340); Max value from RGB is 233 - color contains mainly: green. Hex color #20E94B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #20E94B is #DF16B4. Grayscale: #9B9B9B. Windows color (decimal): -14620341 or 4974880. OLE color: 4974880.
HSL color Cylindrical-coordinate representation of color #20E94B: hue angle of 132.84º 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 #20E94B is Cyan = 0.86, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 32 | 233 | 75 | - |
| CMYK | 0.86 | 0 | 0.68 | 0.09 |
| HSL | 132.84º | 0.82% | 0.52% | - |
| HSV(B) | 132.84º | 0.86% | 0.91% | - |
| XYZ | 31 | 59.09 | 16.43 | - |
| YUV | 154.89 | 82.91 | 40.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 233 | 75 | 0.86 | 0 | 0.68 | 0.09 | 132.84 | 0.82 | 0.52 |
| Hex | 20 | E9 | 4B | 56 | 0 | 44 | 9 | 85 | 52 | 34 |
| Octal | 40 | 351 | 113 | 126 | 0 | 104 | 11 | 205 | 122 | 64 |
| Binary | 100000 | 11101001 | 1001011 | 1010110 | 0 | 1000100 | 1001 | 10000101 | 1010010 | 110100 |
Color Harmonies of #20E94B
Complementary color
Monochromatic Colors of #20E94B
Black with #20E94B
Text Example
Text Example
White with #20E94B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20E94B; }
p { color: rgb(32,233,75); }
H1.HeaderClassName
{
color: #20E94B;
}
.AnyTagClassName
{
color: #20E94B;
}
</style>
background-color css
<style>
a { background-color: #20E94B; }
a { background-color: rgb(32,233,75); }
div.DivClassName
{
background-color: #20E94B;
}
.BgClassName
{
background-color: #20E94B;
}
</style>
border-color css
<style>
span { border-color: #20E94B; }
span { border-color: rgb(32,233,75); }
td.TdClassName
{
border-color: #20E94B;
}
.TagClassName
{
border-color: #20E94B;
}
</style>