Shades of Shamrock #31D59C
Tints of Shamrock #31D59C
RGB
CMYK
RGB Variations
Color information
#31D59C (or 0x31D59C) is known color: Shamrock. HEX triplet: 31, D5 and 9C. RGB value is (49,213,156). Sum of RGB (Red+Green+Blue) = 49+213+156=418 (55% of max value = 765). Red value is 49 (19.53% from 255 or 11.72% from 418); Green value is 213 (83.59% from 255 or 50.96% from 418); Blue value is 156 (61.33% from 255 or 37.32% from 418); Max value from RGB is 213 - color contains mainly: green. Hex color #31D59C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31D59C is #CE2A63. Grayscale: #9D9D9D. Windows color (decimal): -13511268 or 10278193. OLE color: 10278193.
HSL color Cylindrical-coordinate representation of color #31D59C: hue angle of 159.15º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31D59C is Cyan = 0.77, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 49 | 213 | 156 | - |
| CMYK | 0.77 | 0 | 0.27 | 0.16 |
| HSL | 159.15º | 0.66% | 0.51% | - |
| HSV(B) | 159.15º | 0.77% | 0.84% | - |
| XYZ | 31.06 | 50.64 | 39.59 | - |
| YUV | 157.47 | 127.17 | 50.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 213 | 156 | 0.77 | 0 | 0.27 | 0.16 | 159.15 | 0.66 | 0.51 |
| Hex | 31 | D5 | 9C | 4D | 0 | 1B | 10 | 9F | 42 | 33 |
| Octal | 61 | 325 | 234 | 115 | 0 | 33 | 20 | 237 | 102 | 63 |
| Binary | 110001 | 11010101 | 10011100 | 1001101 | 0 | 11011 | 10000 | 10011111 | 1000010 | 110011 |
Color Harmonies of #31D59C
Complementary color
Monochromatic Colors of #31D59C
Black with #31D59C
Text Example
Text Example
White with #31D59C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D59C; }
p { color: rgb(49,213,156); }
H1.HeaderClassName
{
color: #31D59C;
}
.AnyTagClassName
{
color: #31D59C;
}
</style>
background-color css
<style>
a { background-color: #31D59C; }
a { background-color: rgb(49,213,156); }
div.DivClassName
{
background-color: #31D59C;
}
.BgClassName
{
background-color: #31D59C;
}
</style>
border-color css
<style>
span { border-color: #31D59C; }
span { border-color: rgb(49,213,156); }
td.TdClassName
{
border-color: #31D59C;
}
.TagClassName
{
border-color: #31D59C;
}
</style>