Shades of Shamrock #31F991
Tints of Shamrock #31F991
RGB
CMYK
RGB Variations
Color information
#31F991 (or 0x31F991) is known color: Shamrock. HEX triplet: 31, F9 and 91. RGB value is (49,249,145). Sum of RGB (Red+Green+Blue) = 49+249+145=443 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.06% from 443); Green value is 249 (97.66% from 255 or 56.21% from 443); Blue value is 145 (57.03% from 255 or 32.73% from 443); Max value from RGB is 249 - color contains mainly: green. Hex color #31F991 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #31F991 is #CE066E. Grayscale: #B1B1B1. Windows color (decimal): -13502063 or 9566513. OLE color: 9566513.
HSL color Cylindrical-coordinate representation of color #31F991: hue angle of 148.8º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31F991 is Cyan = 0.80, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 249 | 145 | - |
| CMYK | 0.80 | 0 | 0.42 | 0.02 |
| HSL | 148.8º | 0.94% | 0.58% | - |
| HSV(B) | 148.8º | 0.8% | 0.98% | - |
| XYZ | 40.25 | 70.45 | 38.26 | - |
| YUV | 177.34 | 109.74 | 36.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 249 | 145 | 0.80 | 0 | 0.42 | 0.02 | 148.8 | 0.94 | 0.58 |
| Hex | 31 | F9 | 91 | 50 | 0 | 2A | 2 | 95 | 5E | 3A |
| Octal | 61 | 371 | 221 | 120 | 0 | 52 | 2 | 225 | 136 | 72 |
| Binary | 110001 | 11111001 | 10010001 | 1010000 | 0 | 101010 | 10 | 10010101 | 1011110 | 111010 |
Color Harmonies of #31F991
Complementary color
Monochromatic Colors of #31F991
Black with #31F991
Text Example
Text Example
White with #31F991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F991; }
p { color: rgb(49,249,145); }
H1.HeaderClassName
{
color: #31F991;
}
.AnyTagClassName
{
color: #31F991;
}
</style>
background-color css
<style>
a { background-color: #31F991; }
a { background-color: rgb(49,249,145); }
div.DivClassName
{
background-color: #31F991;
}
.BgClassName
{
background-color: #31F991;
}
</style>
border-color css
<style>
span { border-color: #31F991; }
span { border-color: rgb(49,249,145); }
td.TdClassName
{
border-color: #31F991;
}
.TagClassName
{
border-color: #31F991;
}
</style>