Shades of Malachite #20C450
Tints of Malachite #20C450
RGB
CMYK
RGB Variations
Color information
#20C450 (or 0x20C450) is known color: Malachite. HEX triplet: 20, C4 and 50. RGB value is (32,196,80). Sum of RGB (Red+Green+Blue) = 32+196+80=308 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.39% from 308); Green value is 196 (76.95% from 255 or 63.64% from 308); Blue value is 80 (31.64% from 255 or 25.97% from 308); Max value from RGB is 196 - color contains mainly: green. Hex color #20C450 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20C450 is #DF3BAF. Grayscale: #868686. Windows color (decimal): -14629808 or 5293088. OLE color: 5293088.
HSL color Cylindrical-coordinate representation of color #20C450: hue angle of 137.56º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20C450 is Cyan = 0.84, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 32 | 196 | 80 | - |
| CMYK | 0.84 | 0 | 0.59 | 0.23 |
| HSL | 137.56º | 0.72% | 0.45% | - |
| HSV(B) | 137.56º | 0.84% | 0.77% | - |
| XYZ | 21.78 | 40.37 | 14.23 | - |
| YUV | 133.74 | 97.67 | 55.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 196 | 80 | 0.84 | 0 | 0.59 | 0.23 | 137.56 | 0.72 | 0.45 |
| Hex | 20 | C4 | 50 | 54 | 0 | 3B | 17 | 8A | 48 | 2D |
| Octal | 40 | 304 | 120 | 124 | 0 | 73 | 27 | 212 | 110 | 55 |
| Binary | 100000 | 11000100 | 1010000 | 1010100 | 0 | 111011 | 10111 | 10001010 | 1001000 | 101101 |
Color Harmonies of #20C450
Complementary color
Monochromatic Colors of #20C450
Black with #20C450
Text Example
Text Example
White with #20C450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C450; }
p { color: rgb(32,196,80); }
H1.HeaderClassName
{
color: #20C450;
}
.AnyTagClassName
{
color: #20C450;
}
</style>
background-color css
<style>
a { background-color: #20C450; }
a { background-color: rgb(32,196,80); }
div.DivClassName
{
background-color: #20C450;
}
.BgClassName
{
background-color: #20C450;
}
</style>
border-color css
<style>
span { border-color: #20C450; }
span { border-color: rgb(32,196,80); }
td.TdClassName
{
border-color: #20C450;
}
.TagClassName
{
border-color: #20C450;
}
</style>