Shades of Malachite #20F766
Tints of Malachite #20F766
RGB
CMYK
RGB Variations
Color information
#20F766 (or 0x20F766) is known color: Malachite. HEX triplet: 20, F7 and 66. RGB value is (32,247,102). Sum of RGB (Red+Green+Blue) = 32+247+102=381 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.40% from 381); Green value is 247 (96.88% from 255 or 64.83% from 381); Blue value is 102 (40.23% from 255 or 26.77% from 381); Max value from RGB is 247 - color contains mainly: green. Hex color #20F766 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #20F766 is #DF0899. Grayscale: #A6A6A6. Windows color (decimal): -14616730 or 6747936. OLE color: 6747936.
HSL color Cylindrical-coordinate representation of color #20F766: hue angle of 139.53º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20F766 is Cyan = 0.87, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 32 | 247 | 102 | - |
| CMYK | 0.87 | 0 | 0.59 | 0.03 |
| HSL | 139.53º | 0.93% | 0.55% | - |
| HSV(B) | 139.53º | 0.87% | 0.97% | - |
| XYZ | 36.25 | 67.79 | 23.74 | - |
| YUV | 166.19 | 91.77 | 32.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 247 | 102 | 0.87 | 0 | 0.59 | 0.03 | 139.53 | 0.93 | 0.55 |
| Hex | 20 | F7 | 66 | 57 | 0 | 3B | 3 | 8C | 5D | 37 |
| Octal | 40 | 367 | 146 | 127 | 0 | 73 | 3 | 214 | 135 | 67 |
| Binary | 100000 | 11110111 | 1100110 | 1010111 | 0 | 111011 | 11 | 10001100 | 1011101 | 110111 |
Color Harmonies of #20F766
Complementary color
Monochromatic Colors of #20F766
Black with #20F766
Text Example
Text Example
White with #20F766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20F766; }
p { color: rgb(32,247,102); }
H1.HeaderClassName
{
color: #20F766;
}
.AnyTagClassName
{
color: #20F766;
}
</style>
background-color css
<style>
a { background-color: #20F766; }
a { background-color: rgb(32,247,102); }
div.DivClassName
{
background-color: #20F766;
}
.BgClassName
{
background-color: #20F766;
}
</style>
border-color css
<style>
span { border-color: #20F766; }
span { border-color: rgb(32,247,102); }
td.TdClassName
{
border-color: #20F766;
}
.TagClassName
{
border-color: #20F766;
}
</style>