Shades of Shamrock #31F796
Tints of Shamrock #31F796
RGB
CMYK
RGB Variations
Color information
#31F796 (or 0x31F796) is known color: Shamrock. HEX triplet: 31, F7 and 96. RGB value is (49,247,150). Sum of RGB (Red+Green+Blue) = 49+247+150=446 (59% of max value = 765). Red value is 49 (19.53% from 255 or 10.99% from 446); Green value is 247 (96.88% from 255 or 55.38% from 446); Blue value is 150 (58.98% from 255 or 33.63% from 446); Max value from RGB is 247 - color contains mainly: green. Hex color #31F796 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #31F796 is #CE0869. Grayscale: #B0B0B0. Windows color (decimal): -13502570 or 9893681. OLE color: 9893681.
HSL color Cylindrical-coordinate representation of color #31F796: hue angle of 150.61º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31F796 is Cyan = 0.80, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 49 | 247 | 150 | - |
| CMYK | 0.80 | 0 | 0.39 | 0.03 |
| HSL | 150.61º | 0.93% | 0.58% | - |
| HSV(B) | 150.61º | 0.8% | 0.97% | - |
| XYZ | 40.03 | 69.38 | 40.14 | - |
| YUV | 176.74 | 112.9 | 36.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 247 | 150 | 0.80 | 0 | 0.39 | 0.03 | 150.61 | 0.93 | 0.58 |
| Hex | 31 | F7 | 96 | 50 | 0 | 27 | 3 | 97 | 5D | 3A |
| Octal | 61 | 367 | 226 | 120 | 0 | 47 | 3 | 227 | 135 | 72 |
| Binary | 110001 | 11110111 | 10010110 | 1010000 | 0 | 100111 | 11 | 10010111 | 1011101 | 111010 |
Color Harmonies of #31F796
Complementary color
Monochromatic Colors of #31F796
Black with #31F796
Text Example
Text Example
White with #31F796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F796; }
p { color: rgb(49,247,150); }
H1.HeaderClassName
{
color: #31F796;
}
.AnyTagClassName
{
color: #31F796;
}
</style>
background-color css
<style>
a { background-color: #31F796; }
a { background-color: rgb(49,247,150); }
div.DivClassName
{
background-color: #31F796;
}
.BgClassName
{
background-color: #31F796;
}
</style>
border-color css
<style>
span { border-color: #31F796; }
span { border-color: rgb(49,247,150); }
td.TdClassName
{
border-color: #31F796;
}
.TagClassName
{
border-color: #31F796;
}
</style>