Shades of Malachite #20CB4B
Tints of Malachite #20CB4B
RGB
CMYK
RGB Variations
Color information
#20CB4B (or 0x20CB4B) is known color: Malachite. HEX triplet: 20, CB and 4B. RGB value is (32,203,75). Sum of RGB (Red+Green+Blue) = 32+203+75=310 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.32% from 310); Green value is 203 (79.69% from 255 or 65.48% from 310); Blue value is 75 (29.69% from 255 or 24.19% from 310); Max value from RGB is 203 - color contains mainly: green. Hex color #20CB4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20CB4B is #DF34B4. Grayscale: #898989. Windows color (decimal): -14628021 or 4967200. OLE color: 4967200.
HSL color Cylindrical-coordinate representation of color #20CB4B: hue angle of 135.09º 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 #20CB4B is Cyan = 0.84, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 203 | 75 | - |
| CMYK | 0.84 | 0 | 0.63 | 0.20 |
| HSL | 135.09º | 0.73% | 0.46% | - |
| HSV(B) | 135.09º | 0.84% | 0.8% | - |
| XYZ | 23.22 | 43.53 | 13.83 | - |
| YUV | 137.28 | 92.85 | 52.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 203 | 75 | 0.84 | 0 | 0.63 | 0.20 | 135.09 | 0.73 | 0.46 |
| Hex | 20 | CB | 4B | 54 | 0 | 3F | 14 | 87 | 49 | 2E |
| Octal | 40 | 313 | 113 | 124 | 0 | 77 | 24 | 207 | 111 | 56 |
| Binary | 100000 | 11001011 | 1001011 | 1010100 | 0 | 111111 | 10100 | 10000111 | 1001001 | 101110 |
Color Harmonies of #20CB4B
Complementary color
Monochromatic Colors of #20CB4B
Black with #20CB4B
Text Example
Text Example
White with #20CB4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CB4B; }
p { color: rgb(32,203,75); }
H1.HeaderClassName
{
color: #20CB4B;
}
.AnyTagClassName
{
color: #20CB4B;
}
</style>
background-color css
<style>
a { background-color: #20CB4B; }
a { background-color: rgb(32,203,75); }
div.DivClassName
{
background-color: #20CB4B;
}
.BgClassName
{
background-color: #20CB4B;
}
</style>
border-color css
<style>
span { border-color: #20CB4B; }
span { border-color: rgb(32,203,75); }
td.TdClassName
{
border-color: #20CB4B;
}
.TagClassName
{
border-color: #20CB4B;
}
</style>