Shades of Shamrock #20E17D
Tints of Shamrock #20E17D
RGB
CMYK
RGB Variations
Color information
#20E17D (or 0x20E17D) is known color: Shamrock. HEX triplet: 20, E1 and 7D. RGB value is (32,225,125). Sum of RGB (Red+Green+Blue) = 32+225+125=382 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.38% from 382); Green value is 225 (88.28% from 255 or 58.90% from 382); Blue value is 125 (49.22% from 255 or 32.72% from 382); Max value from RGB is 225 - color contains mainly: green. Hex color #20E17D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20E17D is #DF1E82. Grayscale: #9C9C9C. Windows color (decimal): -14622339 or 8249632. OLE color: 8249632.
HSL color Cylindrical-coordinate representation of color #20E17D: hue angle of 148.91º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20E17D is Cyan = 0.86, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 32 | 225 | 125 | - |
| CMYK | 0.86 | 0 | 0.44 | 0.12 |
| HSL | 148.91º | 0.76% | 0.5% | - |
| HSV(B) | 148.91º | 0.86% | 0.88% | - |
| XYZ | 31.22 | 55.64 | 28.5 | - |
| YUV | 155.89 | 110.56 | 39.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 225 | 125 | 0.86 | 0 | 0.44 | 0.12 | 148.91 | 0.76 | 0.5 |
| Hex | 20 | E1 | 7D | 56 | 0 | 2C | C | 95 | 4C | 32 |
| Octal | 40 | 341 | 175 | 126 | 0 | 54 | 14 | 225 | 114 | 62 |
| Binary | 100000 | 11100001 | 1111101 | 1010110 | 0 | 101100 | 1100 | 10010101 | 1001100 | 110010 |
Color Harmonies of #20E17D
Complementary color
Monochromatic Colors of #20E17D
Black with #20E17D
Text Example
Text Example
White with #20E17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20E17D; }
p { color: rgb(32,225,125); }
H1.HeaderClassName
{
color: #20E17D;
}
.AnyTagClassName
{
color: #20E17D;
}
</style>
background-color css
<style>
a { background-color: #20E17D; }
a { background-color: rgb(32,225,125); }
div.DivClassName
{
background-color: #20E17D;
}
.BgClassName
{
background-color: #20E17D;
}
</style>
border-color css
<style>
span { border-color: #20E17D; }
span { border-color: rgb(32,225,125); }
td.TdClassName
{
border-color: #20E17D;
}
.TagClassName
{
border-color: #20E17D;
}
</style>