Shades of Malachite #20EF6B
Tints of Malachite #20EF6B
RGB
CMYK
RGB Variations
Color information
#20EF6B (or 0x20EF6B) is known color: Malachite. HEX triplet: 20, EF and 6B. RGB value is (32,239,107). Sum of RGB (Red+Green+Blue) = 32+239+107=378 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.47% from 378); Green value is 239 (93.75% from 255 or 63.23% from 378); Blue value is 107 (42.19% from 255 or 28.31% from 378); Max value from RGB is 239 - color contains mainly: green. Hex color #20EF6B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #20EF6B is #DF1094. Grayscale: #A2A2A2. Windows color (decimal): -14618773 or 7073568. OLE color: 7073568.
HSL color Cylindrical-coordinate representation of color #20EF6B: hue angle of 141.74º 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 #20EF6B is Cyan = 0.87, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 32 | 239 | 107 | - |
| CMYK | 0.87 | 0 | 0.55 | 0.06 |
| HSL | 141.74º | 0.87% | 0.53% | - |
| HSV(B) | 141.74º | 0.87% | 0.94% | - |
| XYZ | 34.12 | 63.1 | 24.29 | - |
| YUV | 162.06 | 96.92 | 35.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 239 | 107 | 0.87 | 0 | 0.55 | 0.06 | 141.74 | 0.87 | 0.53 |
| Hex | 20 | EF | 6B | 57 | 0 | 37 | 6 | 8E | 57 | 35 |
| Octal | 40 | 357 | 153 | 127 | 0 | 67 | 6 | 216 | 127 | 65 |
| Binary | 100000 | 11101111 | 1101011 | 1010111 | 0 | 110111 | 110 | 10001110 | 1010111 | 110101 |
Color Harmonies of #20EF6B
Complementary color
Monochromatic Colors of #20EF6B
Black with #20EF6B
Text Example
Text Example
White with #20EF6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20EF6B; }
p { color: rgb(32,239,107); }
H1.HeaderClassName
{
color: #20EF6B;
}
.AnyTagClassName
{
color: #20EF6B;
}
</style>
background-color css
<style>
a { background-color: #20EF6B; }
a { background-color: rgb(32,239,107); }
div.DivClassName
{
background-color: #20EF6B;
}
.BgClassName
{
background-color: #20EF6B;
}
</style>
border-color css
<style>
span { border-color: #20EF6B; }
span { border-color: rgb(32,239,107); }
td.TdClassName
{
border-color: #20EF6B;
}
.TagClassName
{
border-color: #20EF6B;
}
</style>