Shades of Malachite #20CB5E
Tints of Malachite #20CB5E
RGB
CMYK
RGB Variations
Color information
#20CB5E (or 0x20CB5E) is known color: Malachite. HEX triplet: 20, CB and 5E. RGB value is (32,203,94). Sum of RGB (Red+Green+Blue) = 32+203+94=329 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.73% from 329); Green value is 203 (79.69% from 255 or 61.70% from 329); Blue value is 94 (37.11% from 255 or 28.57% from 329); Max value from RGB is 203 - color contains mainly: green. Hex color #20CB5E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20CB5E is #DF34A1. Grayscale: #8B8B8B. Windows color (decimal): -14628002 or 6212384. OLE color: 6212384.
HSL color Cylindrical-coordinate representation of color #20CB5E: hue angle of 141.75º 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 #20CB5E is Cyan = 0.84, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 203 | 94 | - |
| CMYK | 0.84 | 0 | 0.54 | 0.20 |
| HSL | 141.75º | 0.73% | 0.46% | - |
| HSV(B) | 141.75º | 0.84% | 0.8% | - |
| XYZ | 23.97 | 43.83 | 17.79 | - |
| YUV | 139.45 | 102.35 | 51.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 203 | 94 | 0.84 | 0 | 0.54 | 0.20 | 141.75 | 0.73 | 0.46 |
| Hex | 20 | CB | 5E | 54 | 0 | 36 | 14 | 8E | 49 | 2E |
| Octal | 40 | 313 | 136 | 124 | 0 | 66 | 24 | 216 | 111 | 56 |
| Binary | 100000 | 11001011 | 1011110 | 1010100 | 0 | 110110 | 10100 | 10001110 | 1001001 | 101110 |
Color Harmonies of #20CB5E
Complementary color
Monochromatic Colors of #20CB5E
Black with #20CB5E
Text Example
Text Example
White with #20CB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CB5E; }
p { color: rgb(32,203,94); }
H1.HeaderClassName
{
color: #20CB5E;
}
.AnyTagClassName
{
color: #20CB5E;
}
</style>
background-color css
<style>
a { background-color: #20CB5E; }
a { background-color: rgb(32,203,94); }
div.DivClassName
{
background-color: #20CB5E;
}
.BgClassName
{
background-color: #20CB5E;
}
</style>
border-color css
<style>
span { border-color: #20CB5E; }
span { border-color: rgb(32,203,94); }
td.TdClassName
{
border-color: #20CB5E;
}
.TagClassName
{
border-color: #20CB5E;
}
</style>