Shades of Malachite #20FD5C
Tints of Malachite #20FD5C
RGB
CMYK
RGB Variations
Color information
#20FD5C (or 0x20FD5C) is known color: Malachite. HEX triplet: 20, FD and 5C. RGB value is (32,253,92). Sum of RGB (Red+Green+Blue) = 32+253+92=377 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.49% from 377); Green value is 253 (99.22% from 255 or 67.11% from 377); Blue value is 92 (36.33% from 255 or 24.40% from 377); Max value from RGB is 253 - color contains mainly: green. Hex color #20FD5C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #20FD5C is #DF02A3. Grayscale: #A8A8A8. Windows color (decimal): -14615204 or 6094112. OLE color: 6094112.
HSL color Cylindrical-coordinate representation of color #20FD5C: hue angle of 136.29º 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 #20FD5C is Cyan = 0.87, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 32 | 253 | 92 | - |
| CMYK | 0.87 | 0 | 0.64 | 0.01 |
| HSL | 136.29º | 0.98% | 0.56% | - |
| HSV(B) | 136.29º | 0.87% | 0.99% | - |
| XYZ | 37.65 | 71.33 | 21.91 | - |
| YUV | 168.57 | 84.78 | 30.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 253 | 92 | 0.87 | 0 | 0.64 | 0.01 | 136.29 | 0.98 | 0.56 |
| Hex | 20 | FD | 5C | 57 | 0 | 40 | 1 | 88 | 62 | 38 |
| Octal | 40 | 375 | 134 | 127 | 0 | 100 | 1 | 210 | 142 | 70 |
| Binary | 100000 | 11111101 | 1011100 | 1010111 | 0 | 1000000 | 1 | 10001000 | 1100010 | 111000 |
Color Harmonies of #20FD5C
Complementary color
Monochromatic Colors of #20FD5C
Black with #20FD5C
Text Example
Text Example
White with #20FD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20FD5C; }
p { color: rgb(32,253,92); }
H1.HeaderClassName
{
color: #20FD5C;
}
.AnyTagClassName
{
color: #20FD5C;
}
</style>
background-color css
<style>
a { background-color: #20FD5C; }
a { background-color: rgb(32,253,92); }
div.DivClassName
{
background-color: #20FD5C;
}
.BgClassName
{
background-color: #20FD5C;
}
</style>
border-color css
<style>
span { border-color: #20FD5C; }
span { border-color: rgb(32,253,92); }
td.TdClassName
{
border-color: #20FD5C;
}
.TagClassName
{
border-color: #20FD5C;
}
</style>