Shades of Malachite #20CE55
Tints of Malachite #20CE55
RGB
CMYK
RGB Variations
Color information
#20CE55 (or 0x20CE55) is known color: Malachite. HEX triplet: 20, CE and 55. RGB value is (32,206,85). Sum of RGB (Red+Green+Blue) = 32+206+85=323 (42% of max value = 765). Red value is 32 (12.89% from 255 or 9.91% from 323); Green value is 206 (80.86% from 255 or 63.78% from 323); Blue value is 85 (33.59% from 255 or 26.32% from 323); Max value from RGB is 206 - color contains mainly: green. Hex color #20CE55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20CE55 is #DF31AA. Grayscale: #8C8C8C. Windows color (decimal): -14627243 or 5623328. OLE color: 5623328.
HSL color Cylindrical-coordinate representation of color #20CE55: hue angle of 138.28º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20CE55 is Cyan = 0.84, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 206 | 85 | - |
| CMYK | 0.84 | 0 | 0.59 | 0.19 |
| HSL | 138.28º | 0.73% | 0.47% | - |
| HSV(B) | 138.28º | 0.84% | 0.81% | - |
| XYZ | 24.31 | 45.11 | 16.02 | - |
| YUV | 140.18 | 96.85 | 50.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 206 | 85 | 0.84 | 0 | 0.59 | 0.19 | 138.28 | 0.73 | 0.47 |
| Hex | 20 | CE | 55 | 54 | 0 | 3B | 13 | 8A | 49 | 2F |
| Octal | 40 | 316 | 125 | 124 | 0 | 73 | 23 | 212 | 111 | 57 |
| Binary | 100000 | 11001110 | 1010101 | 1010100 | 0 | 111011 | 10011 | 10001010 | 1001001 | 101111 |
Color Harmonies of #20CE55
Complementary color
Monochromatic Colors of #20CE55
Black with #20CE55
Text Example
Text Example
White with #20CE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CE55; }
p { color: rgb(32,206,85); }
H1.HeaderClassName
{
color: #20CE55;
}
.AnyTagClassName
{
color: #20CE55;
}
</style>
background-color css
<style>
a { background-color: #20CE55; }
a { background-color: rgb(32,206,85); }
div.DivClassName
{
background-color: #20CE55;
}
.BgClassName
{
background-color: #20CE55;
}
</style>
border-color css
<style>
span { border-color: #20CE55; }
span { border-color: rgb(32,206,85); }
td.TdClassName
{
border-color: #20CE55;
}
.TagClassName
{
border-color: #20CE55;
}
</style>