Shades of Malachite #20D25B
Tints of Malachite #20D25B
RGB
CMYK
RGB Variations
Color information
#20D25B (or 0x20D25B) is known color: Malachite. HEX triplet: 20, D2 and 5B. RGB value is (32,210,91). Sum of RGB (Red+Green+Blue) = 32+210+91=333 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.61% from 333); Green value is 210 (82.42% from 255 or 63.06% from 333); Blue value is 91 (35.94% from 255 or 27.33% from 333); Max value from RGB is 210 - color contains mainly: green. Hex color #20D25B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20D25B is #DF2DA4. Grayscale: #8F8F8F. Windows color (decimal): -14626213 or 6017568. OLE color: 6017568.
HSL color Cylindrical-coordinate representation of color #20D25B: hue angle of 139.89º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20D25B is Cyan = 0.85, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 32 | 210 | 91 | - |
| CMYK | 0.85 | 0 | 0.57 | 0.18 |
| HSL | 139.89º | 0.74% | 0.47% | - |
| HSV(B) | 139.89º | 0.85% | 0.82% | - |
| XYZ | 25.53 | 47.16 | 17.65 | - |
| YUV | 143.21 | 98.53 | 48.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 210 | 91 | 0.85 | 0 | 0.57 | 0.18 | 139.89 | 0.74 | 0.47 |
| Hex | 20 | D2 | 5B | 55 | 0 | 39 | 12 | 8C | 4A | 2F |
| Octal | 40 | 322 | 133 | 125 | 0 | 71 | 22 | 214 | 112 | 57 |
| Binary | 100000 | 11010010 | 1011011 | 1010101 | 0 | 111001 | 10010 | 10001100 | 1001010 | 101111 |
Color Harmonies of #20D25B
Complementary color
Monochromatic Colors of #20D25B
Black with #20D25B
Text Example
Text Example
White with #20D25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D25B; }
p { color: rgb(32,210,91); }
H1.HeaderClassName
{
color: #20D25B;
}
.AnyTagClassName
{
color: #20D25B;
}
</style>
background-color css
<style>
a { background-color: #20D25B; }
a { background-color: rgb(32,210,91); }
div.DivClassName
{
background-color: #20D25B;
}
.BgClassName
{
background-color: #20D25B;
}
</style>
border-color css
<style>
span { border-color: #20D25B; }
span { border-color: rgb(32,210,91); }
td.TdClassName
{
border-color: #20D25B;
}
.TagClassName
{
border-color: #20D25B;
}
</style>