Shades of Shamrock #20DB97
Tints of Shamrock #20DB97
RGB
CMYK
RGB Variations
Color information
#20DB97 (or 0x20DB97) is known color: Shamrock. HEX triplet: 20, DB and 97. RGB value is (32,219,151). Sum of RGB (Red+Green+Blue) = 32+219+151=402 (53% of max value = 765). Red value is 32 (12.89% from 255 or 7.96% from 402); Green value is 219 (85.94% from 255 or 54.48% from 402); Blue value is 151 (59.38% from 255 or 37.56% from 402); Max value from RGB is 219 - color contains mainly: green. Hex color #20DB97 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20DB97 is #DF2468. Grayscale: #9B9B9B. Windows color (decimal): -14623849 or 9952032. OLE color: 9952032.
HSL color Cylindrical-coordinate representation of color #20DB97: hue angle of 158.18º 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 #20DB97 is Cyan = 0.85, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 219 | 151 | - |
| CMYK | 0.85 | 0 | 0.31 | 0.14 |
| HSL | 158.18º | 0.75% | 0.49% | - |
| HSV(B) | 158.18º | 0.85% | 0.86% | - |
| XYZ | 31.51 | 53.2 | 37.89 | - |
| YUV | 155.34 | 125.55 | 40.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 219 | 151 | 0.85 | 0 | 0.31 | 0.14 | 158.18 | 0.75 | 0.49 |
| Hex | 20 | DB | 97 | 55 | 0 | 1F | E | 9E | 4B | 31 |
| Octal | 40 | 333 | 227 | 125 | 0 | 37 | 16 | 236 | 113 | 61 |
| Binary | 100000 | 11011011 | 10010111 | 1010101 | 0 | 11111 | 1110 | 10011110 | 1001011 | 110001 |
Color Harmonies of #20DB97
Complementary color
Monochromatic Colors of #20DB97
Black with #20DB97
Text Example
Text Example
White with #20DB97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DB97; }
p { color: rgb(32,219,151); }
H1.HeaderClassName
{
color: #20DB97;
}
.AnyTagClassName
{
color: #20DB97;
}
</style>
background-color css
<style>
a { background-color: #20DB97; }
a { background-color: rgb(32,219,151); }
div.DivClassName
{
background-color: #20DB97;
}
.BgClassName
{
background-color: #20DB97;
}
</style>
border-color css
<style>
span { border-color: #20DB97; }
span { border-color: rgb(32,219,151); }
td.TdClassName
{
border-color: #20DB97;
}
.TagClassName
{
border-color: #20DB97;
}
</style>