Shades of Shamrock #31DC9D
Tints of Shamrock #31DC9D
RGB
CMYK
RGB Variations
Color information
#31DC9D (or 0x31DC9D) is known color: Shamrock. HEX triplet: 31, DC and 9D. RGB value is (49,220,157). Sum of RGB (Red+Green+Blue) = 49+220+157=426 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.50% from 426); Green value is 220 (86.33% from 255 or 51.64% from 426); Blue value is 157 (61.72% from 255 or 36.85% from 426); Max value from RGB is 220 - color contains mainly: green. Hex color #31DC9D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31DC9D is #CE2362. Grayscale: #A1A1A1. Windows color (decimal): -13509475 or 10345521. OLE color: 10345521.
HSL color Cylindrical-coordinate representation of color #31DC9D: hue angle of 157.89º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31DC9D is Cyan = 0.78, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 220 | 157 | - |
| CMYK | 0.78 | 0 | 0.29 | 0.14 |
| HSL | 157.89º | 0.71% | 0.53% | - |
| HSV(B) | 157.89º | 0.78% | 0.86% | - |
| XYZ | 32.95 | 54.27 | 40.64 | - |
| YUV | 161.69 | 125.35 | 47.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 220 | 157 | 0.78 | 0 | 0.29 | 0.14 | 157.89 | 0.71 | 0.53 |
| Hex | 31 | DC | 9D | 4E | 0 | 1D | E | 9E | 47 | 35 |
| Octal | 61 | 334 | 235 | 116 | 0 | 35 | 16 | 236 | 107 | 65 |
| Binary | 110001 | 11011100 | 10011101 | 1001110 | 0 | 11101 | 1110 | 10011110 | 1000111 | 110101 |
Color Harmonies of #31DC9D
Complementary color
Monochromatic Colors of #31DC9D
Black with #31DC9D
Text Example
Text Example
White with #31DC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DC9D; }
p { color: rgb(49,220,157); }
H1.HeaderClassName
{
color: #31DC9D;
}
.AnyTagClassName
{
color: #31DC9D;
}
</style>
background-color css
<style>
a { background-color: #31DC9D; }
a { background-color: rgb(49,220,157); }
div.DivClassName
{
background-color: #31DC9D;
}
.BgClassName
{
background-color: #31DC9D;
}
</style>
border-color css
<style>
span { border-color: #31DC9D; }
span { border-color: rgb(49,220,157); }
td.TdClassName
{
border-color: #31DC9D;
}
.TagClassName
{
border-color: #31DC9D;
}
</style>