Shades of Shamrock #31EC86
Tints of Shamrock #31EC86
RGB
CMYK
RGB Variations
Color information
#31EC86 (or 0x31EC86) is known color: Shamrock. HEX triplet: 31, EC and 86. RGB value is (49,236,134). Sum of RGB (Red+Green+Blue) = 49+236+134=419 (55% of max value = 765). Red value is 49 (19.53% from 255 or 11.69% from 419); Green value is 236 (92.58% from 255 or 56.32% from 419); Blue value is 134 (52.73% from 255 or 31.98% from 419); Max value from RGB is 236 - color contains mainly: green. Hex color #31EC86 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #31EC86 is #CE1379. Grayscale: #A8A8A8. Windows color (decimal): -13505402 or 8842289. OLE color: 8842289.
HSL color Cylindrical-coordinate representation of color #31EC86: hue angle of 147.27º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31EC86 is Cyan = 0.79, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 236 | 134 | - |
| CMYK | 0.79 | 0 | 0.43 | 0.07 |
| HSL | 147.27º | 0.83% | 0.56% | - |
| HSV(B) | 147.27º | 0.79% | 0.93% | - |
| XYZ | 35.57 | 62.37 | 32.72 | - |
| YUV | 168.46 | 108.55 | 42.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 236 | 134 | 0.79 | 0 | 0.43 | 0.07 | 147.27 | 0.83 | 0.56 |
| Hex | 31 | EC | 86 | 4F | 0 | 2B | 7 | 93 | 53 | 38 |
| Octal | 61 | 354 | 206 | 117 | 0 | 53 | 7 | 223 | 123 | 70 |
| Binary | 110001 | 11101100 | 10000110 | 1001111 | 0 | 101011 | 111 | 10010011 | 1010011 | 111000 |
Color Harmonies of #31EC86
Complementary color
Monochromatic Colors of #31EC86
Black with #31EC86
Text Example
Text Example
White with #31EC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31EC86; }
p { color: rgb(49,236,134); }
H1.HeaderClassName
{
color: #31EC86;
}
.AnyTagClassName
{
color: #31EC86;
}
</style>
background-color css
<style>
a { background-color: #31EC86; }
a { background-color: rgb(49,236,134); }
div.DivClassName
{
background-color: #31EC86;
}
.BgClassName
{
background-color: #31EC86;
}
</style>
border-color css
<style>
span { border-color: #31EC86; }
span { border-color: rgb(49,236,134); }
td.TdClassName
{
border-color: #31EC86;
}
.TagClassName
{
border-color: #31EC86;
}
</style>