Shades of Shamrock #31ED8B
Tints of Shamrock #31ED8B
RGB
CMYK
RGB Variations
Color information
#31ED8B (or 0x31ED8B) is known color: Shamrock. HEX triplet: 31, ED and 8B. RGB value is (49,237,139). Sum of RGB (Red+Green+Blue) = 49+237+139=425 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.53% from 425); Green value is 237 (92.97% from 255 or 55.76% from 425); Blue value is 139 (54.69% from 255 or 32.71% from 425); Max value from RGB is 237 - color contains mainly: green. Hex color #31ED8B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #31ED8B is #CE1274. Grayscale: #A9A9A9. Windows color (decimal): -13505141 or 9170225. OLE color: 9170225.
HSL color Cylindrical-coordinate representation of color #31ED8B: hue angle of 148.72º 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 #31ED8B is Cyan = 0.79, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 237 | 139 | - |
| CMYK | 0.79 | 0 | 0.41 | 0.07 |
| HSL | 148.72º | 0.84% | 0.56% | - |
| HSV(B) | 148.72º | 0.79% | 0.93% | - |
| XYZ | 36.21 | 63.09 | 34.69 | - |
| YUV | 169.62 | 110.72 | 41.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 237 | 139 | 0.79 | 0 | 0.41 | 0.07 | 148.72 | 0.84 | 0.56 |
| Hex | 31 | ED | 8B | 4F | 0 | 29 | 7 | 95 | 54 | 38 |
| Octal | 61 | 355 | 213 | 117 | 0 | 51 | 7 | 225 | 124 | 70 |
| Binary | 110001 | 11101101 | 10001011 | 1001111 | 0 | 101001 | 111 | 10010101 | 1010100 | 111000 |
Color Harmonies of #31ED8B
Complementary color
Monochromatic Colors of #31ED8B
Black with #31ED8B
Text Example
Text Example
White with #31ED8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31ED8B; }
p { color: rgb(49,237,139); }
H1.HeaderClassName
{
color: #31ED8B;
}
.AnyTagClassName
{
color: #31ED8B;
}
</style>
background-color css
<style>
a { background-color: #31ED8B; }
a { background-color: rgb(49,237,139); }
div.DivClassName
{
background-color: #31ED8B;
}
.BgClassName
{
background-color: #31ED8B;
}
</style>
border-color css
<style>
span { border-color: #31ED8B; }
span { border-color: rgb(49,237,139); }
td.TdClassName
{
border-color: #31ED8B;
}
.TagClassName
{
border-color: #31ED8B;
}
</style>