Shades of Shamrock #31E997
Tints of Shamrock #31E997
RGB
CMYK
RGB Variations
Color information
#31E997 (or 0x31E997) is known color: Shamrock. HEX triplet: 31, E9 and 97. RGB value is (49,233,151). Sum of RGB (Red+Green+Blue) = 49+233+151=433 (57% of max value = 765). Red value is 49 (19.53% from 255 or 11.32% from 433); Green value is 233 (91.41% from 255 or 53.81% from 433); Blue value is 151 (59.38% from 255 or 34.87% from 433); Max value from RGB is 233 - color contains mainly: green. Hex color #31E997 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #31E997 is #CE1668. Grayscale: #A8A8A8. Windows color (decimal): -13506153 or 9955633. OLE color: 9955633.
HSL color Cylindrical-coordinate representation of color #31E997: hue angle of 153.26º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31E997 is Cyan = 0.79, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 49 | 233 | 151 | - |
| CMYK | 0.79 | 0 | 0.35 | 0.09 |
| HSL | 153.26º | 0.81% | 0.55% | - |
| HSV(B) | 153.26º | 0.79% | 0.91% | - |
| XYZ | 35.99 | 61.17 | 39.19 | - |
| YUV | 168.64 | 118.04 | 42.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 233 | 151 | 0.79 | 0 | 0.35 | 0.09 | 153.26 | 0.81 | 0.55 |
| Hex | 31 | E9 | 97 | 4F | 0 | 23 | 9 | 99 | 51 | 37 |
| Octal | 61 | 351 | 227 | 117 | 0 | 43 | 11 | 231 | 121 | 67 |
| Binary | 110001 | 11101001 | 10010111 | 1001111 | 0 | 100011 | 1001 | 10011001 | 1010001 | 110111 |
Color Harmonies of #31E997
Complementary color
Monochromatic Colors of #31E997
Black with #31E997
Text Example
Text Example
White with #31E997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31E997; }
p { color: rgb(49,233,151); }
H1.HeaderClassName
{
color: #31E997;
}
.AnyTagClassName
{
color: #31E997;
}
</style>
background-color css
<style>
a { background-color: #31E997; }
a { background-color: rgb(49,233,151); }
div.DivClassName
{
background-color: #31E997;
}
.BgClassName
{
background-color: #31E997;
}
</style>
border-color css
<style>
span { border-color: #31E997; }
span { border-color: rgb(49,233,151); }
td.TdClassName
{
border-color: #31E997;
}
.TagClassName
{
border-color: #31E997;
}
</style>