Shades of Malachite #20EF3C
Tints of Malachite #20EF3C
RGB
CMYK
RGB Variations
Color information
#20EF3C (or 0x20EF3C) is known color: Malachite. HEX triplet: 20, EF and 3C. RGB value is (32,239,60). Sum of RGB (Red+Green+Blue) = 32+239+60=331 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.67% from 331); Green value is 239 (93.75% from 255 or 72.21% from 331); Blue value is 60 (23.83% from 255 or 18.13% from 331); Max value from RGB is 239 - color contains mainly: green. Hex color #20EF3C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #20EF3C is #DF10C3. Grayscale: #9D9D9D. Windows color (decimal): -14618820 or 3993376. OLE color: 3993376.
HSL color Cylindrical-coordinate representation of color #20EF3C: hue angle of 128.12º 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 #20EF3C is Cyan = 0.87, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 32 | 239 | 60 | - |
| CMYK | 0.87 | 0 | 0.75 | 0.06 |
| HSL | 128.12º | 0.87% | 0.53% | - |
| HSV(B) | 128.12º | 0.87% | 0.94% | - |
| XYZ | 32.28 | 62.37 | 14.61 | - |
| YUV | 156.7 | 73.42 | 39.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 239 | 60 | 0.87 | 0 | 0.75 | 0.06 | 128.12 | 0.87 | 0.53 |
| Hex | 20 | EF | 3C | 57 | 0 | 4B | 6 | 80 | 57 | 35 |
| Octal | 40 | 357 | 74 | 127 | 0 | 113 | 6 | 200 | 127 | 65 |
| Binary | 100000 | 11101111 | 111100 | 1010111 | 0 | 1001011 | 110 | 10000000 | 1010111 | 110101 |
Color Harmonies of #20EF3C
Complementary color
Monochromatic Colors of #20EF3C
Black with #20EF3C
Text Example
Text Example
White with #20EF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20EF3C; }
p { color: rgb(32,239,60); }
H1.HeaderClassName
{
color: #20EF3C;
}
.AnyTagClassName
{
color: #20EF3C;
}
</style>
background-color css
<style>
a { background-color: #20EF3C; }
a { background-color: rgb(32,239,60); }
div.DivClassName
{
background-color: #20EF3C;
}
.BgClassName
{
background-color: #20EF3C;
}
</style>
border-color css
<style>
span { border-color: #20EF3C; }
span { border-color: rgb(32,239,60); }
td.TdClassName
{
border-color: #20EF3C;
}
.TagClassName
{
border-color: #20EF3C;
}
</style>