Shades of Shamrock #20DB7D
Tints of Shamrock #20DB7D
RGB
CMYK
RGB Variations
Color information
#20DB7D (or 0x20DB7D) is known color: Shamrock. HEX triplet: 20, DB and 7D. RGB value is (32,219,125). Sum of RGB (Red+Green+Blue) = 32+219+125=376 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.51% from 376); Green value is 219 (85.94% from 255 or 58.24% from 376); Blue value is 125 (49.22% from 255 or 33.24% from 376); Max value from RGB is 219 - color contains mainly: green. Hex color #20DB7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20DB7D is #DF2482. Grayscale: #989898. Windows color (decimal): -14623875 or 8248096. OLE color: 8248096.
HSL color Cylindrical-coordinate representation of color #20DB7D: hue angle of 149.84º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20DB7D is Cyan = 0.85, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 219 | 125 | - |
| CMYK | 0.85 | 0 | 0.43 | 0.14 |
| HSL | 149.84º | 0.75% | 0.49% | - |
| HSV(B) | 149.84º | 0.85% | 0.86% | - |
| XYZ | 29.63 | 52.45 | 27.96 | - |
| YUV | 152.37 | 112.55 | 42.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 219 | 125 | 0.85 | 0 | 0.43 | 0.14 | 149.84 | 0.75 | 0.49 |
| Hex | 20 | DB | 7D | 55 | 0 | 2B | E | 96 | 4B | 31 |
| Octal | 40 | 333 | 175 | 125 | 0 | 53 | 16 | 226 | 113 | 61 |
| Binary | 100000 | 11011011 | 1111101 | 1010101 | 0 | 101011 | 1110 | 10010110 | 1001011 | 110001 |
Color Harmonies of #20DB7D
Complementary color
Monochromatic Colors of #20DB7D
Black with #20DB7D
Text Example
Text Example
White with #20DB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DB7D; }
p { color: rgb(32,219,125); }
H1.HeaderClassName
{
color: #20DB7D;
}
.AnyTagClassName
{
color: #20DB7D;
}
</style>
background-color css
<style>
a { background-color: #20DB7D; }
a { background-color: rgb(32,219,125); }
div.DivClassName
{
background-color: #20DB7D;
}
.BgClassName
{
background-color: #20DB7D;
}
</style>
border-color css
<style>
span { border-color: #20DB7D; }
span { border-color: rgb(32,219,125); }
td.TdClassName
{
border-color: #20DB7D;
}
.TagClassName
{
border-color: #20DB7D;
}
</style>