Shades of Shamrock #31EA8C
Tints of Shamrock #31EA8C
RGB
CMYK
RGB Variations
Color information
#31EA8C (or 0x31EA8C) is known color: Shamrock. HEX triplet: 31, EA and 8C. RGB value is (49,234,140). Sum of RGB (Red+Green+Blue) = 49+234+140=423 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.58% from 423); Green value is 234 (91.80% from 255 or 55.32% from 423); Blue value is 140 (55.08% from 255 or 33.10% from 423); Max value from RGB is 234 - color contains mainly: green. Hex color #31EA8C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #31EA8C is #CE1573. Grayscale: #A8A8A8. Windows color (decimal): -13505908 or 9234993. OLE color: 9234993.
HSL color Cylindrical-coordinate representation of color #31EA8C: hue angle of 149.51º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31EA8C is Cyan = 0.79, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 49 | 234 | 140 | - |
| CMYK | 0.79 | 0 | 0.40 | 0.08 |
| HSL | 149.51º | 0.81% | 0.55% | - |
| HSV(B) | 149.51º | 0.79% | 0.92% | - |
| XYZ | 35.42 | 61.39 | 34.79 | - |
| YUV | 167.97 | 112.21 | 43.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 234 | 140 | 0.79 | 0 | 0.40 | 0.08 | 149.51 | 0.81 | 0.55 |
| Hex | 31 | EA | 8C | 4F | 0 | 28 | 8 | 96 | 51 | 37 |
| Octal | 61 | 352 | 214 | 117 | 0 | 50 | 10 | 226 | 121 | 67 |
| Binary | 110001 | 11101010 | 10001100 | 1001111 | 0 | 101000 | 1000 | 10010110 | 1010001 | 110111 |
Color Harmonies of #31EA8C
Complementary color
Monochromatic Colors of #31EA8C
Black with #31EA8C
Text Example
Text Example
White with #31EA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31EA8C; }
p { color: rgb(49,234,140); }
H1.HeaderClassName
{
color: #31EA8C;
}
.AnyTagClassName
{
color: #31EA8C;
}
</style>
background-color css
<style>
a { background-color: #31EA8C; }
a { background-color: rgb(49,234,140); }
div.DivClassName
{
background-color: #31EA8C;
}
.BgClassName
{
background-color: #31EA8C;
}
</style>
border-color css
<style>
span { border-color: #31EA8C; }
span { border-color: rgb(49,234,140); }
td.TdClassName
{
border-color: #31EA8C;
}
.TagClassName
{
border-color: #31EA8C;
}
</style>