Shades of Shamrock #20DB94
Tints of Shamrock #20DB94
RGB
CMYK
RGB Variations
Color information
#20DB94 (or 0x20DB94) is known color: Shamrock. HEX triplet: 20, DB and 94. RGB value is (32,219,148). Sum of RGB (Red+Green+Blue) = 32+219+148=399 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.02% from 399); Green value is 219 (85.94% from 255 or 54.89% from 399); Blue value is 148 (58.20% from 255 or 37.09% from 399); Max value from RGB is 219 - color contains mainly: green. Hex color #20DB94 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20DB94 is #DF246B. Grayscale: #9B9B9B. Windows color (decimal): -14623852 or 9755424. OLE color: 9755424.
HSL color Cylindrical-coordinate representation of color #20DB94: hue angle of 157.22º 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 #20DB94 is Cyan = 0.85, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 219 | 148 | - |
| CMYK | 0.85 | 0 | 0.32 | 0.14 |
| HSL | 157.22º | 0.75% | 0.49% | - |
| HSV(B) | 157.22º | 0.85% | 0.86% | - |
| XYZ | 31.27 | 53.11 | 36.62 | - |
| YUV | 154.99 | 124.05 | 40.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 219 | 148 | 0.85 | 0 | 0.32 | 0.14 | 157.22 | 0.75 | 0.49 |
| Hex | 20 | DB | 94 | 55 | 0 | 20 | E | 9D | 4B | 31 |
| Octal | 40 | 333 | 224 | 125 | 0 | 40 | 16 | 235 | 113 | 61 |
| Binary | 100000 | 11011011 | 10010100 | 1010101 | 0 | 100000 | 1110 | 10011101 | 1001011 | 110001 |
Color Harmonies of #20DB94
Complementary color
Monochromatic Colors of #20DB94
Black with #20DB94
Text Example
Text Example
White with #20DB94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DB94; }
p { color: rgb(32,219,148); }
H1.HeaderClassName
{
color: #20DB94;
}
.AnyTagClassName
{
color: #20DB94;
}
</style>
background-color css
<style>
a { background-color: #20DB94; }
a { background-color: rgb(32,219,148); }
div.DivClassName
{
background-color: #20DB94;
}
.BgClassName
{
background-color: #20DB94;
}
</style>
border-color css
<style>
span { border-color: #20DB94; }
span { border-color: rgb(32,219,148); }
td.TdClassName
{
border-color: #20DB94;
}
.TagClassName
{
border-color: #20DB94;
}
</style>