Shades of Malachite #20C65B
Tints of Malachite #20C65B
RGB
CMYK
RGB Variations
Color information
#20C65B (or 0x20C65B) is known color: Malachite. HEX triplet: 20, C6 and 5B. RGB value is (32,198,91). Sum of RGB (Red+Green+Blue) = 32+198+91=321 (42% of max value = 765). Red value is 32 (12.89% from 255 or 9.97% from 321); Green value is 198 (77.73% from 255 or 61.68% from 321); Blue value is 91 (35.94% from 255 or 28.35% from 321); Max value from RGB is 198 - color contains mainly: green. Hex color #20C65B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20C65B is #DF39A4. Grayscale: #888888. Windows color (decimal): -14629285 or 6014496. OLE color: 6014496.
HSL color Cylindrical-coordinate representation of color #20C65B: hue angle of 141.33º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20C65B is Cyan = 0.84, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 32 | 198 | 91 | - |
| CMYK | 0.84 | 0 | 0.54 | 0.22 |
| HSL | 141.33º | 0.72% | 0.45% | - |
| HSV(B) | 141.33º | 0.84% | 0.78% | - |
| XYZ | 22.68 | 41.45 | 16.7 | - |
| YUV | 136.17 | 102.5 | 53.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 198 | 91 | 0.84 | 0 | 0.54 | 0.22 | 141.33 | 0.72 | 0.45 |
| Hex | 20 | C6 | 5B | 54 | 0 | 36 | 16 | 8D | 48 | 2D |
| Octal | 40 | 306 | 133 | 124 | 0 | 66 | 26 | 215 | 110 | 55 |
| Binary | 100000 | 11000110 | 1011011 | 1010100 | 0 | 110110 | 10110 | 10001101 | 1001000 | 101101 |
Color Harmonies of #20C65B
Complementary color
Monochromatic Colors of #20C65B
Black with #20C65B
Text Example
Text Example
White with #20C65B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C65B; }
p { color: rgb(32,198,91); }
H1.HeaderClassName
{
color: #20C65B;
}
.AnyTagClassName
{
color: #20C65B;
}
</style>
background-color css
<style>
a { background-color: #20C65B; }
a { background-color: rgb(32,198,91); }
div.DivClassName
{
background-color: #20C65B;
}
.BgClassName
{
background-color: #20C65B;
}
</style>
border-color css
<style>
span { border-color: #20C65B; }
span { border-color: rgb(32,198,91); }
td.TdClassName
{
border-color: #20C65B;
}
.TagClassName
{
border-color: #20C65B;
}
</style>