Shades of Shamrock #31D997
Tints of Shamrock #31D997
RGB
CMYK
RGB Variations
Color information
#31D997 (or 0x31D997) is known color: Shamrock. HEX triplet: 31, D9 and 97. RGB value is (49,217,151). Sum of RGB (Red+Green+Blue) = 49+217+151=417 (55% of max value = 765). Red value is 49 (19.53% from 255 or 11.75% from 417); Green value is 217 (85.16% from 255 or 52.04% from 417); Blue value is 151 (59.38% from 255 or 36.21% from 417); Max value from RGB is 217 - color contains mainly: green. Hex color #31D997 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31D997 is #CE2668. Grayscale: #9F9F9F. Windows color (decimal): -13510249 or 9951537. OLE color: 9951537.
HSL color Cylindrical-coordinate representation of color #31D997: hue angle of 156.43º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31D997 is Cyan = 0.77, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 49 | 217 | 151 | - |
| CMYK | 0.77 | 0 | 0.30 | 0.15 |
| HSL | 156.43º | 0.69% | 0.52% | - |
| HSV(B) | 156.43º | 0.77% | 0.85% | - |
| XYZ | 31.67 | 52.51 | 37.75 | - |
| YUV | 159.24 | 123.34 | 49.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 217 | 151 | 0.77 | 0 | 0.30 | 0.15 | 156.43 | 0.69 | 0.52 |
| Hex | 31 | D9 | 97 | 4D | 0 | 1E | F | 9C | 45 | 34 |
| Octal | 61 | 331 | 227 | 115 | 0 | 36 | 17 | 234 | 105 | 64 |
| Binary | 110001 | 11011001 | 10010111 | 1001101 | 0 | 11110 | 1111 | 10011100 | 1000101 | 110100 |
Color Harmonies of #31D997
Complementary color
Monochromatic Colors of #31D997
Black with #31D997
Text Example
Text Example
White with #31D997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D997; }
p { color: rgb(49,217,151); }
H1.HeaderClassName
{
color: #31D997;
}
.AnyTagClassName
{
color: #31D997;
}
</style>
background-color css
<style>
a { background-color: #31D997; }
a { background-color: rgb(49,217,151); }
div.DivClassName
{
background-color: #31D997;
}
.BgClassName
{
background-color: #31D997;
}
</style>
border-color css
<style>
span { border-color: #31D997; }
span { border-color: rgb(49,217,151); }
td.TdClassName
{
border-color: #31D997;
}
.TagClassName
{
border-color: #31D997;
}
</style>