Shades of Malachite #20FD5B
Tints of Malachite #20FD5B
RGB
CMYK
RGB Variations
Color information
#20FD5B (or 0x20FD5B) is known color: Malachite. HEX triplet: 20, FD and 5B. RGB value is (32,253,91). Sum of RGB (Red+Green+Blue) = 32+253+91=376 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.51% from 376); Green value is 253 (99.22% from 255 or 67.29% from 376); Blue value is 91 (35.94% from 255 or 24.20% from 376); Max value from RGB is 253 - color contains mainly: green. Hex color #20FD5B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #20FD5B is #DF02A4. Grayscale: #A8A8A8. Windows color (decimal): -14615205 or 6028576. OLE color: 6028576.
HSL color Cylindrical-coordinate representation of color #20FD5B: hue angle of 136.02º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20FD5B is Cyan = 0.87, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 32 | 253 | 91 | - |
| CMYK | 0.87 | 0 | 0.64 | 0.01 |
| HSL | 136.02º | 0.98% | 0.56% | - |
| HSV(B) | 136.02º | 0.87% | 0.99% | - |
| XYZ | 37.61 | 71.31 | 21.68 | - |
| YUV | 168.45 | 84.28 | 30.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 253 | 91 | 0.87 | 0 | 0.64 | 0.01 | 136.02 | 0.98 | 0.56 |
| Hex | 20 | FD | 5B | 57 | 0 | 40 | 1 | 88 | 62 | 38 |
| Octal | 40 | 375 | 133 | 127 | 0 | 100 | 1 | 210 | 142 | 70 |
| Binary | 100000 | 11111101 | 1011011 | 1010111 | 0 | 1000000 | 1 | 10001000 | 1100010 | 111000 |
Color Harmonies of #20FD5B
Complementary color
Monochromatic Colors of #20FD5B
Black with #20FD5B
Text Example
Text Example
White with #20FD5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20FD5B; }
p { color: rgb(32,253,91); }
H1.HeaderClassName
{
color: #20FD5B;
}
.AnyTagClassName
{
color: #20FD5B;
}
</style>
background-color css
<style>
a { background-color: #20FD5B; }
a { background-color: rgb(32,253,91); }
div.DivClassName
{
background-color: #20FD5B;
}
.BgClassName
{
background-color: #20FD5B;
}
</style>
border-color css
<style>
span { border-color: #20FD5B; }
span { border-color: rgb(32,253,91); }
td.TdClassName
{
border-color: #20FD5B;
}
.TagClassName
{
border-color: #20FD5B;
}
</style>