Shades of Malachite #20CB56
Tints of Malachite #20CB56
RGB
CMYK
RGB Variations
Color information
#20CB56 (or 0x20CB56) is known color: Malachite. HEX triplet: 20, CB and 56. RGB value is (32,203,86). Sum of RGB (Red+Green+Blue) = 32+203+86=321 (42% of max value = 765). Red value is 32 (12.89% from 255 or 9.97% from 321); Green value is 203 (79.69% from 255 or 63.24% from 321); Blue value is 86 (33.98% from 255 or 26.79% from 321); Max value from RGB is 203 - color contains mainly: green. Hex color #20CB56 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20CB56 is #DF34A9. Grayscale: #8A8A8A. Windows color (decimal): -14628010 or 5688096. OLE color: 5688096.
HSL color Cylindrical-coordinate representation of color #20CB56: hue angle of 138.95º 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 #20CB56 is Cyan = 0.84, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 203 | 86 | - |
| CMYK | 0.84 | 0 | 0.58 | 0.20 |
| HSL | 138.95º | 0.73% | 0.46% | - |
| HSV(B) | 138.95º | 0.84% | 0.8% | - |
| XYZ | 23.63 | 43.69 | 15.99 | - |
| YUV | 138.53 | 98.35 | 52.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 203 | 86 | 0.84 | 0 | 0.58 | 0.20 | 138.95 | 0.73 | 0.46 |
| Hex | 20 | CB | 56 | 54 | 0 | 3A | 14 | 8B | 49 | 2E |
| Octal | 40 | 313 | 126 | 124 | 0 | 72 | 24 | 213 | 111 | 56 |
| Binary | 100000 | 11001011 | 1010110 | 1010100 | 0 | 111010 | 10100 | 10001011 | 1001001 | 101110 |
Color Harmonies of #20CB56
Complementary color
Monochromatic Colors of #20CB56
Black with #20CB56
Text Example
Text Example
White with #20CB56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CB56; }
p { color: rgb(32,203,86); }
H1.HeaderClassName
{
color: #20CB56;
}
.AnyTagClassName
{
color: #20CB56;
}
</style>
background-color css
<style>
a { background-color: #20CB56; }
a { background-color: rgb(32,203,86); }
div.DivClassName
{
background-color: #20CB56;
}
.BgClassName
{
background-color: #20CB56;
}
</style>
border-color css
<style>
span { border-color: #20CB56; }
span { border-color: rgb(32,203,86); }
td.TdClassName
{
border-color: #20CB56;
}
.TagClassName
{
border-color: #20CB56;
}
</style>