Shades of Malachite #20CD58
Tints of Malachite #20CD58
RGB
CMYK
RGB Variations
Color information
#20CD58 (or 0x20CD58) is known color: Malachite. HEX triplet: 20, CD and 58. RGB value is (32,205,88). Sum of RGB (Red+Green+Blue) = 32+205+88=325 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.85% from 325); Green value is 205 (80.47% from 255 or 63.08% from 325); Blue value is 88 (34.77% from 255 or 27.08% from 325); Max value from RGB is 205 - color contains mainly: green. Hex color #20CD58 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20CD58 is #DF32A7. Grayscale: #8C8C8C. Windows color (decimal): -14627496 or 5819680. OLE color: 5819680.
HSL color Cylindrical-coordinate representation of color #20CD58: hue angle of 139.42º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20CD58 is Cyan = 0.84, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 205 | 88 | - |
| CMYK | 0.84 | 0 | 0.57 | 0.20 |
| HSL | 139.42º | 0.73% | 0.46% | - |
| HSV(B) | 139.42º | 0.84% | 0.8% | - |
| XYZ | 24.19 | 44.67 | 16.58 | - |
| YUV | 139.94 | 98.69 | 51.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 205 | 88 | 0.84 | 0 | 0.57 | 0.20 | 139.42 | 0.73 | 0.46 |
| Hex | 20 | CD | 58 | 54 | 0 | 39 | 14 | 8B | 49 | 2E |
| Octal | 40 | 315 | 130 | 124 | 0 | 71 | 24 | 213 | 111 | 56 |
| Binary | 100000 | 11001101 | 1011000 | 1010100 | 0 | 111001 | 10100 | 10001011 | 1001001 | 101110 |
Color Harmonies of #20CD58
Complementary color
Monochromatic Colors of #20CD58
Black with #20CD58
Text Example
Text Example
White with #20CD58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CD58; }
p { color: rgb(32,205,88); }
H1.HeaderClassName
{
color: #20CD58;
}
.AnyTagClassName
{
color: #20CD58;
}
</style>
background-color css
<style>
a { background-color: #20CD58; }
a { background-color: rgb(32,205,88); }
div.DivClassName
{
background-color: #20CD58;
}
.BgClassName
{
background-color: #20CD58;
}
</style>
border-color css
<style>
span { border-color: #20CD58; }
span { border-color: rgb(32,205,88); }
td.TdClassName
{
border-color: #20CD58;
}
.TagClassName
{
border-color: #20CD58;
}
</style>