Shades of Shamrock #31F191
Tints of Shamrock #31F191
RGB
CMYK
RGB Variations
Color information
#31F191 (or 0x31F191) is known color: Shamrock. HEX triplet: 31, F1 and 91. RGB value is (49,241,145). Sum of RGB (Red+Green+Blue) = 49+241+145=435 (57% of max value = 765). Red value is 49 (19.53% from 255 or 11.26% from 435); Green value is 241 (94.53% from 255 or 55.40% from 435); Blue value is 145 (57.03% from 255 or 33.33% from 435); Max value from RGB is 241 - color contains mainly: green. Hex color #31F191 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #31F191 is #CE0E6E. Grayscale: #ACACAC. Windows color (decimal): -13504111 or 9564465. OLE color: 9564465.
HSL color Cylindrical-coordinate representation of color #31F191: hue angle of 150º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31F191 is Cyan = 0.80, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 49 | 241 | 145 | - |
| CMYK | 0.80 | 0 | 0.40 | 0.05 |
| HSL | 150º | 0.87% | 0.57% | - |
| HSV(B) | 150º | 0.8% | 0.95% | - |
| XYZ | 37.83 | 65.61 | 37.46 | - |
| YUV | 172.65 | 112.39 | 39.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 241 | 145 | 0.80 | 0 | 0.40 | 0.05 | 150 | 0.87 | 0.57 |
| Hex | 31 | F1 | 91 | 50 | 0 | 28 | 5 | 96 | 57 | 39 |
| Octal | 61 | 361 | 221 | 120 | 0 | 50 | 5 | 226 | 127 | 71 |
| Binary | 110001 | 11110001 | 10010001 | 1010000 | 0 | 101000 | 101 | 10010110 | 1010111 | 111001 |
Color Harmonies of #31F191
Complementary color
Monochromatic Colors of #31F191
Black with #31F191
Text Example
Text Example
White with #31F191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F191; }
p { color: rgb(49,241,145); }
H1.HeaderClassName
{
color: #31F191;
}
.AnyTagClassName
{
color: #31F191;
}
</style>
background-color css
<style>
a { background-color: #31F191; }
a { background-color: rgb(49,241,145); }
div.DivClassName
{
background-color: #31F191;
}
.BgClassName
{
background-color: #31F191;
}
</style>
border-color css
<style>
span { border-color: #31F191; }
span { border-color: rgb(49,241,145); }
td.TdClassName
{
border-color: #31F191;
}
.TagClassName
{
border-color: #31F191;
}
</style>