Shades of Malachite #20FA65
Tints of Malachite #20FA65
RGB
CMYK
RGB Variations
Color information
#20FA65 (or 0x20FA65) is known color: Malachite. HEX triplet: 20, FA and 65. RGB value is (32,250,101). Sum of RGB (Red+Green+Blue) = 32+250+101=383 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.36% from 383); Green value is 250 (98.05% from 255 or 65.27% from 383); Blue value is 101 (39.84% from 255 or 26.37% from 383); Max value from RGB is 250 - color contains mainly: green. Hex color #20FA65 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #20FA65 is #DF059A. Grayscale: #A8A8A8. Windows color (decimal): -14615963 or 6683168. OLE color: 6683168.
HSL color Cylindrical-coordinate representation of color #20FA65: hue angle of 138.99º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20FA65 is Cyan = 0.87, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 32 | 250 | 101 | - |
| CMYK | 0.87 | 0 | 0.60 | 0.02 |
| HSL | 138.99º | 0.96% | 0.55% | - |
| HSV(B) | 138.99º | 0.87% | 0.98% | - |
| XYZ | 37.13 | 69.62 | 23.79 | - |
| YUV | 167.83 | 90.28 | 31.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 250 | 101 | 0.87 | 0 | 0.60 | 0.02 | 138.99 | 0.96 | 0.55 |
| Hex | 20 | FA | 65 | 57 | 0 | 3C | 2 | 8B | 60 | 37 |
| Octal | 40 | 372 | 145 | 127 | 0 | 74 | 2 | 213 | 140 | 67 |
| Binary | 100000 | 11111010 | 1100101 | 1010111 | 0 | 111100 | 10 | 10001011 | 1100000 | 110111 |
Color Harmonies of #20FA65
Complementary color
Monochromatic Colors of #20FA65
Black with #20FA65
Text Example
Text Example
White with #20FA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20FA65; }
p { color: rgb(32,250,101); }
H1.HeaderClassName
{
color: #20FA65;
}
.AnyTagClassName
{
color: #20FA65;
}
</style>
background-color css
<style>
a { background-color: #20FA65; }
a { background-color: rgb(32,250,101); }
div.DivClassName
{
background-color: #20FA65;
}
.BgClassName
{
background-color: #20FA65;
}
</style>
border-color css
<style>
span { border-color: #20FA65; }
span { border-color: rgb(32,250,101); }
td.TdClassName
{
border-color: #20FA65;
}
.TagClassName
{
border-color: #20FA65;
}
</style>