Shades of Shamrock #31F091
Tints of Shamrock #31F091
RGB
CMYK
RGB Variations
Color information
#31F091 (or 0x31F091) is known color: Shamrock. HEX triplet: 31, F0 and 91. RGB value is (49,240,145). Sum of RGB (Red+Green+Blue) = 49+240+145=434 (57% of max value = 765). Red value is 49 (19.53% from 255 or 11.29% from 434); Green value is 240 (94.14% from 255 or 55.30% from 434); Blue value is 145 (57.03% from 255 or 33.41% from 434); Max value from RGB is 240 - color contains mainly: green. Hex color #31F091 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #31F091 is #CE0F6E. Grayscale: #ACACAC. Windows color (decimal): -13504367 or 9564209. OLE color: 9564209.
HSL color Cylindrical-coordinate representation of color #31F091: hue angle of 150.16º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31F091 is Cyan = 0.80, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 49 | 240 | 145 | - |
| CMYK | 0.80 | 0 | 0.40 | 0.06 |
| HSL | 150.16º | 0.86% | 0.57% | - |
| HSV(B) | 150.16º | 0.8% | 0.94% | - |
| XYZ | 37.54 | 65.02 | 37.36 | - |
| YUV | 172.06 | 112.72 | 40.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 240 | 145 | 0.80 | 0 | 0.40 | 0.06 | 150.16 | 0.86 | 0.57 |
| Hex | 31 | F0 | 91 | 50 | 0 | 28 | 6 | 96 | 56 | 39 |
| Octal | 61 | 360 | 221 | 120 | 0 | 50 | 6 | 226 | 126 | 71 |
| Binary | 110001 | 11110000 | 10010001 | 1010000 | 0 | 101000 | 110 | 10010110 | 1010110 | 111001 |
Color Harmonies of #31F091
Complementary color
Monochromatic Colors of #31F091
Black with #31F091
Text Example
Text Example
White with #31F091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F091; }
p { color: rgb(49,240,145); }
H1.HeaderClassName
{
color: #31F091;
}
.AnyTagClassName
{
color: #31F091;
}
</style>
background-color css
<style>
a { background-color: #31F091; }
a { background-color: rgb(49,240,145); }
div.DivClassName
{
background-color: #31F091;
}
.BgClassName
{
background-color: #31F091;
}
</style>
border-color css
<style>
span { border-color: #31F091; }
span { border-color: rgb(49,240,145); }
td.TdClassName
{
border-color: #31F091;
}
.TagClassName
{
border-color: #31F091;
}
</style>