Shades of Malachite #20EF4A
Tints of Malachite #20EF4A
RGB
CMYK
RGB Variations
Color information
#20EF4A (or 0x20EF4A) is known color: Malachite. HEX triplet: 20, EF and 4A. RGB value is (32,239,74). Sum of RGB (Red+Green+Blue) = 32+239+74=345 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.28% from 345); Green value is 239 (93.75% from 255 or 69.28% from 345); Blue value is 74 (29.30% from 255 or 21.45% from 345); Max value from RGB is 239 - color contains mainly: green. Hex color #20EF4A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #20EF4A is #DF10B5. Grayscale: #9E9E9E. Windows color (decimal): -14618806 or 4910880. OLE color: 4910880.
HSL color Cylindrical-coordinate representation of color #20EF4A: hue angle of 132.17º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20EF4A is Cyan = 0.87, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 32 | 239 | 74 | - |
| CMYK | 0.87 | 0 | 0.69 | 0.06 |
| HSL | 132.17º | 0.87% | 0.53% | - |
| HSV(B) | 132.17º | 0.87% | 0.94% | - |
| XYZ | 32.7 | 62.53 | 16.83 | - |
| YUV | 158.3 | 80.42 | 37.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 239 | 74 | 0.87 | 0 | 0.69 | 0.06 | 132.17 | 0.87 | 0.53 |
| Hex | 20 | EF | 4A | 57 | 0 | 45 | 6 | 84 | 57 | 35 |
| Octal | 40 | 357 | 112 | 127 | 0 | 105 | 6 | 204 | 127 | 65 |
| Binary | 100000 | 11101111 | 1001010 | 1010111 | 0 | 1000101 | 110 | 10000100 | 1010111 | 110101 |
Color Harmonies of #20EF4A
Complementary color
Monochromatic Colors of #20EF4A
Black with #20EF4A
Text Example
Text Example
White with #20EF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20EF4A; }
p { color: rgb(32,239,74); }
H1.HeaderClassName
{
color: #20EF4A;
}
.AnyTagClassName
{
color: #20EF4A;
}
</style>
background-color css
<style>
a { background-color: #20EF4A; }
a { background-color: rgb(32,239,74); }
div.DivClassName
{
background-color: #20EF4A;
}
.BgClassName
{
background-color: #20EF4A;
}
</style>
border-color css
<style>
span { border-color: #20EF4A; }
span { border-color: rgb(32,239,74); }
td.TdClassName
{
border-color: #20EF4A;
}
.TagClassName
{
border-color: #20EF4A;
}
</style>