Shades of Malachite #20FB4D
Tints of Malachite #20FB4D
RGB
CMYK
RGB Variations
Color information
#20FB4D (or 0x20FB4D) is known color: Malachite. HEX triplet: 20, FB and 4D. RGB value is (32,251,77). Sum of RGB (Red+Green+Blue) = 32+251+77=360 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.89% from 360); Green value is 251 (98.44% from 255 or 69.72% from 360); Blue value is 77 (30.47% from 255 or 21.39% from 360); Max value from RGB is 251 - color contains mainly: green. Hex color #20FB4D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #20FB4D is #DF04B2. Grayscale: #A6A6A6. Windows color (decimal): -14615731 or 5110560. OLE color: 5110560.
HSL color Cylindrical-coordinate representation of color #20FB4D: hue angle of 132.33º 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 #20FB4D is Cyan = 0.87, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 32 | 251 | 77 | - |
| CMYK | 0.87 | 0 | 0.69 | 0.02 |
| HSL | 132.33º | 0.96% | 0.55% | - |
| HSV(B) | 132.33º | 0.87% | 0.98% | - |
| XYZ | 36.43 | 69.84 | 18.58 | - |
| YUV | 165.68 | 77.95 | 32.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 251 | 77 | 0.87 | 0 | 0.69 | 0.02 | 132.33 | 0.96 | 0.55 |
| Hex | 20 | FB | 4D | 57 | 0 | 45 | 2 | 84 | 60 | 37 |
| Octal | 40 | 373 | 115 | 127 | 0 | 105 | 2 | 204 | 140 | 67 |
| Binary | 100000 | 11111011 | 1001101 | 1010111 | 0 | 1000101 | 10 | 10000100 | 1100000 | 110111 |
Color Harmonies of #20FB4D
Complementary color
Monochromatic Colors of #20FB4D
Black with #20FB4D
Text Example
Text Example
White with #20FB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20FB4D; }
p { color: rgb(32,251,77); }
H1.HeaderClassName
{
color: #20FB4D;
}
.AnyTagClassName
{
color: #20FB4D;
}
</style>
background-color css
<style>
a { background-color: #20FB4D; }
a { background-color: rgb(32,251,77); }
div.DivClassName
{
background-color: #20FB4D;
}
.BgClassName
{
background-color: #20FB4D;
}
</style>
border-color css
<style>
span { border-color: #20FB4D; }
span { border-color: rgb(32,251,77); }
td.TdClassName
{
border-color: #20FB4D;
}
.TagClassName
{
border-color: #20FB4D;
}
</style>