Shades of Malachite #20BE55
Tints of Malachite #20BE55
RGB
CMYK
RGB Variations
Color information
#20BE55 (or 0x20BE55) is known color: Malachite. HEX triplet: 20, BE and 55. RGB value is (32,190,85). Sum of RGB (Red+Green+Blue) = 32+190+85=307 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.42% from 307); Green value is 190 (74.61% from 255 or 61.89% from 307); Blue value is 85 (33.59% from 255 or 27.69% from 307); Max value from RGB is 190 - color contains mainly: green. Hex color #20BE55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20BE55 is #DF41AA. Grayscale: #838383. Windows color (decimal): -14631339 or 5619232. OLE color: 5619232.
HSL color Cylindrical-coordinate representation of color #20BE55: hue angle of 140.13º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20BE55 is Cyan = 0.83, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 190 | 85 | - |
| CMYK | 0.83 | 0 | 0.55 | 0.25 |
| HSL | 140.13º | 0.71% | 0.44% | - |
| HSV(B) | 140.13º | 0.83% | 0.75% | - |
| XYZ | 20.65 | 37.79 | 14.8 | - |
| YUV | 130.79 | 102.15 | 57.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 190 | 85 | 0.83 | 0 | 0.55 | 0.25 | 140.13 | 0.71 | 0.44 |
| Hex | 20 | BE | 55 | 53 | 0 | 37 | 19 | 8C | 47 | 2C |
| Octal | 40 | 276 | 125 | 123 | 0 | 67 | 31 | 214 | 107 | 54 |
| Binary | 100000 | 10111110 | 1010101 | 1010011 | 0 | 110111 | 11001 | 10001100 | 1000111 | 101100 |
Color Harmonies of #20BE55
Complementary color
Monochromatic Colors of #20BE55
Black with #20BE55
Text Example
Text Example
White with #20BE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BE55; }
p { color: rgb(32,190,85); }
H1.HeaderClassName
{
color: #20BE55;
}
.AnyTagClassName
{
color: #20BE55;
}
</style>
background-color css
<style>
a { background-color: #20BE55; }
a { background-color: rgb(32,190,85); }
div.DivClassName
{
background-color: #20BE55;
}
.BgClassName
{
background-color: #20BE55;
}
</style>
border-color css
<style>
span { border-color: #20BE55; }
span { border-color: rgb(32,190,85); }
td.TdClassName
{
border-color: #20BE55;
}
.TagClassName
{
border-color: #20BE55;
}
</style>