Shades of Shamrock #31F186
Tints of Shamrock #31F186
RGB
CMYK
RGB Variations
Color information
#31F186 (or 0x31F186) is known color: Shamrock. HEX triplet: 31, F1 and 86. RGB value is (49,241,134). Sum of RGB (Red+Green+Blue) = 49+241+134=424 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.56% from 424); Green value is 241 (94.53% from 255 or 56.84% from 424); Blue value is 134 (52.73% from 255 or 31.60% from 424); Max value from RGB is 241 - color contains mainly: green. Hex color #31F186 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #31F186 is #CE0E79. Grayscale: #ABABAB. Windows color (decimal): -13504122 or 8843569. OLE color: 8843569.
HSL color Cylindrical-coordinate representation of color #31F186: hue angle of 146.56º 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 #31F186 is Cyan = 0.80, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 49 | 241 | 134 | - |
| CMYK | 0.80 | 0 | 0.44 | 0.05 |
| HSL | 146.56º | 0.87% | 0.57% | - |
| HSV(B) | 146.56º | 0.8% | 0.95% | - |
| XYZ | 37.02 | 65.28 | 33.2 | - |
| YUV | 171.39 | 106.89 | 40.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 241 | 134 | 0.80 | 0 | 0.44 | 0.05 | 146.56 | 0.87 | 0.57 |
| Hex | 31 | F1 | 86 | 50 | 0 | 2C | 5 | 93 | 57 | 39 |
| Octal | 61 | 361 | 206 | 120 | 0 | 54 | 5 | 223 | 127 | 71 |
| Binary | 110001 | 11110001 | 10000110 | 1010000 | 0 | 101100 | 101 | 10010011 | 1010111 | 111001 |
Color Harmonies of #31F186
Complementary color
Monochromatic Colors of #31F186
Black with #31F186
Text Example
Text Example
White with #31F186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F186; }
p { color: rgb(49,241,134); }
H1.HeaderClassName
{
color: #31F186;
}
.AnyTagClassName
{
color: #31F186;
}
</style>
background-color css
<style>
a { background-color: #31F186; }
a { background-color: rgb(49,241,134); }
div.DivClassName
{
background-color: #31F186;
}
.BgClassName
{
background-color: #31F186;
}
</style>
border-color css
<style>
span { border-color: #31F186; }
span { border-color: rgb(49,241,134); }
td.TdClassName
{
border-color: #31F186;
}
.TagClassName
{
border-color: #31F186;
}
</style>