Shades of Shamrock #31E186
Tints of Shamrock #31E186
RGB
CMYK
RGB Variations
Color information
#31E186 (or 0x31E186) is known color: Shamrock. HEX triplet: 31, E1 and 86. RGB value is (49,225,134). Sum of RGB (Red+Green+Blue) = 49+225+134=408 (54% of max value = 765). Red value is 49 (19.53% from 255 or 12.01% from 408); Green value is 225 (88.28% from 255 or 55.15% from 408); Blue value is 134 (52.73% from 255 or 32.84% from 408); Max value from RGB is 225 - color contains mainly: green. Hex color #31E186 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31E186 is #CE1E79. Grayscale: #A2A2A2. Windows color (decimal): -13508218 or 8839473. OLE color: 8839473.
HSL color Cylindrical-coordinate representation of color #31E186: hue angle of 148.98º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31E186 is Cyan = 0.78, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 49 | 225 | 134 | - |
| CMYK | 0.78 | 0 | 0.40 | 0.12 |
| HSL | 148.98º | 0.75% | 0.54% | - |
| HSV(B) | 148.98º | 0.78% | 0.88% | - |
| XYZ | 32.49 | 56.22 | 31.69 | - |
| YUV | 162 | 112.19 | 47.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 225 | 134 | 0.78 | 0 | 0.40 | 0.12 | 148.98 | 0.75 | 0.54 |
| Hex | 31 | E1 | 86 | 4E | 0 | 28 | C | 95 | 4B | 36 |
| Octal | 61 | 341 | 206 | 116 | 0 | 50 | 14 | 225 | 113 | 66 |
| Binary | 110001 | 11100001 | 10000110 | 1001110 | 0 | 101000 | 1100 | 10010101 | 1001011 | 110110 |
Color Harmonies of #31E186
Complementary color
Monochromatic Colors of #31E186
Black with #31E186
Text Example
Text Example
White with #31E186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31E186; }
p { color: rgb(49,225,134); }
H1.HeaderClassName
{
color: #31E186;
}
.AnyTagClassName
{
color: #31E186;
}
</style>
background-color css
<style>
a { background-color: #31E186; }
a { background-color: rgb(49,225,134); }
div.DivClassName
{
background-color: #31E186;
}
.BgClassName
{
background-color: #31E186;
}
</style>
border-color css
<style>
span { border-color: #31E186; }
span { border-color: rgb(49,225,134); }
td.TdClassName
{
border-color: #31E186;
}
.TagClassName
{
border-color: #31E186;
}
</style>