Shades of Shamrock #31DC9C
Tints of Shamrock #31DC9C
RGB
CMYK
RGB Variations
Color information
#31DC9C (or 0x31DC9C) is known color: Shamrock. HEX triplet: 31, DC and 9C. RGB value is (49,220,156). Sum of RGB (Red+Green+Blue) = 49+220+156=425 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.53% from 425); Green value is 220 (86.33% from 255 or 51.76% from 425); Blue value is 156 (61.33% from 255 or 36.71% from 425); Max value from RGB is 220 - color contains mainly: green. Hex color #31DC9C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31DC9C is #CE2363. Grayscale: #A1A1A1. Windows color (decimal): -13509476 or 10279985. OLE color: 10279985.
HSL color Cylindrical-coordinate representation of color #31DC9C: hue angle of 157.54º 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 #31DC9C is Cyan = 0.78, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 220 | 156 | - |
| CMYK | 0.78 | 0 | 0.29 | 0.14 |
| HSL | 157.54º | 0.71% | 0.53% | - |
| HSV(B) | 157.54º | 0.78% | 0.86% | - |
| XYZ | 32.86 | 54.24 | 40.19 | - |
| YUV | 161.58 | 124.85 | 47.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 220 | 156 | 0.78 | 0 | 0.29 | 0.14 | 157.54 | 0.71 | 0.53 |
| Hex | 31 | DC | 9C | 4E | 0 | 1D | E | 9E | 47 | 35 |
| Octal | 61 | 334 | 234 | 116 | 0 | 35 | 16 | 236 | 107 | 65 |
| Binary | 110001 | 11011100 | 10011100 | 1001110 | 0 | 11101 | 1110 | 10011110 | 1000111 | 110101 |
Color Harmonies of #31DC9C
Complementary color
Monochromatic Colors of #31DC9C
Black with #31DC9C
Text Example
Text Example
White with #31DC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DC9C; }
p { color: rgb(49,220,156); }
H1.HeaderClassName
{
color: #31DC9C;
}
.AnyTagClassName
{
color: #31DC9C;
}
</style>
background-color css
<style>
a { background-color: #31DC9C; }
a { background-color: rgb(49,220,156); }
div.DivClassName
{
background-color: #31DC9C;
}
.BgClassName
{
background-color: #31DC9C;
}
</style>
border-color css
<style>
span { border-color: #31DC9C; }
span { border-color: rgb(49,220,156); }
td.TdClassName
{
border-color: #31DC9C;
}
.TagClassName
{
border-color: #31DC9C;
}
</style>