Shades of Shamrock #31D897
Tints of Shamrock #31D897
RGB
CMYK
RGB Variations
Color information
#31D897 (or 0x31D897) is known color: Shamrock. HEX triplet: 31, D8 and 97. RGB value is (49,216,151). Sum of RGB (Red+Green+Blue) = 49+216+151=416 (55% of max value = 765). Red value is 49 (19.53% from 255 or 11.78% from 416); Green value is 216 (84.77% from 255 or 51.92% from 416); Blue value is 151 (59.38% from 255 or 36.30% from 416); Max value from RGB is 216 - color contains mainly: green. Hex color #31D897 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31D897 is #CE2768. Grayscale: #9E9E9E. Windows color (decimal): -13510505 or 9951281. OLE color: 9951281.
HSL color Cylindrical-coordinate representation of color #31D897: hue angle of 156.65º degrees, saturation: 0.68, 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 #31D897 is Cyan = 0.77, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 49 | 216 | 151 | - |
| CMYK | 0.77 | 0 | 0.30 | 0.15 |
| HSL | 156.65º | 0.68% | 0.52% | - |
| HSV(B) | 156.65º | 0.77% | 0.85% | - |
| XYZ | 31.41 | 52 | 37.66 | - |
| YUV | 158.66 | 123.67 | 49.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 216 | 151 | 0.77 | 0 | 0.30 | 0.15 | 156.65 | 0.68 | 0.52 |
| Hex | 31 | D8 | 97 | 4D | 0 | 1E | F | 9D | 44 | 34 |
| Octal | 61 | 330 | 227 | 115 | 0 | 36 | 17 | 235 | 104 | 64 |
| Binary | 110001 | 11011000 | 10010111 | 1001101 | 0 | 11110 | 1111 | 10011101 | 1000100 | 110100 |
Color Harmonies of #31D897
Complementary color
Monochromatic Colors of #31D897
Black with #31D897
Text Example
Text Example
White with #31D897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D897; }
p { color: rgb(49,216,151); }
H1.HeaderClassName
{
color: #31D897;
}
.AnyTagClassName
{
color: #31D897;
}
</style>
background-color css
<style>
a { background-color: #31D897; }
a { background-color: rgb(49,216,151); }
div.DivClassName
{
background-color: #31D897;
}
.BgClassName
{
background-color: #31D897;
}
</style>
border-color css
<style>
span { border-color: #31D897; }
span { border-color: rgb(49,216,151); }
td.TdClassName
{
border-color: #31D897;
}
.TagClassName
{
border-color: #31D897;
}
</style>