Shades of Shamrock #31ED86
Tints of Shamrock #31ED86
RGB
CMYK
RGB Variations
Color information
#31ED86 (or 0x31ED86) is known color: Shamrock. HEX triplet: 31, ED and 86. RGB value is (49,237,134). Sum of RGB (Red+Green+Blue) = 49+237+134=420 (55% of max value = 765). Red value is 49 (19.53% from 255 or 11.67% from 420); Green value is 237 (92.97% from 255 or 56.43% from 420); Blue value is 134 (52.73% from 255 or 31.90% from 420); Max value from RGB is 237 - color contains mainly: green. Hex color #31ED86 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #31ED86 is #CE1279. Grayscale: #A9A9A9. Windows color (decimal): -13505146 or 8842545. OLE color: 8842545.
HSL color Cylindrical-coordinate representation of color #31ED86: hue angle of 147.13º degrees, saturation: 0.84, 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 #31ED86 is Cyan = 0.79, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 237 | 134 | - |
| CMYK | 0.79 | 0 | 0.43 | 0.07 |
| HSL | 147.13º | 0.84% | 0.56% | - |
| HSV(B) | 147.13º | 0.79% | 0.93% | - |
| XYZ | 35.85 | 62.94 | 32.81 | - |
| YUV | 169.05 | 108.22 | 42.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 237 | 134 | 0.79 | 0 | 0.43 | 0.07 | 147.13 | 0.84 | 0.56 |
| Hex | 31 | ED | 86 | 4F | 0 | 2B | 7 | 93 | 54 | 38 |
| Octal | 61 | 355 | 206 | 117 | 0 | 53 | 7 | 223 | 124 | 70 |
| Binary | 110001 | 11101101 | 10000110 | 1001111 | 0 | 101011 | 111 | 10010011 | 1010100 | 111000 |
Color Harmonies of #31ED86
Complementary color
Monochromatic Colors of #31ED86
Black with #31ED86
Text Example
Text Example
White with #31ED86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31ED86; }
p { color: rgb(49,237,134); }
H1.HeaderClassName
{
color: #31ED86;
}
.AnyTagClassName
{
color: #31ED86;
}
</style>
background-color css
<style>
a { background-color: #31ED86; }
a { background-color: rgb(49,237,134); }
div.DivClassName
{
background-color: #31ED86;
}
.BgClassName
{
background-color: #31ED86;
}
</style>
border-color css
<style>
span { border-color: #31ED86; }
span { border-color: rgb(49,237,134); }
td.TdClassName
{
border-color: #31ED86;
}
.TagClassName
{
border-color: #31ED86;
}
</style>