Shades of Shamrock #31EA9D
Tints of Shamrock #31EA9D
RGB
CMYK
RGB Variations
Color information
#31EA9D (or 0x31EA9D) is known color: Shamrock. HEX triplet: 31, EA and 9D. RGB value is (49,234,157). Sum of RGB (Red+Green+Blue) = 49+234+157=440 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.14% from 440); Green value is 234 (91.80% from 255 or 53.18% from 440); Blue value is 157 (61.72% from 255 or 35.68% from 440); Max value from RGB is 234 - color contains mainly: green. Hex color #31EA9D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #31EA9D is #CE1562. Grayscale: #AAAAAA. Windows color (decimal): -13505891 or 10349105. OLE color: 10349105.
HSL color Cylindrical-coordinate representation of color #31EA9D: hue angle of 155.03º 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 #31EA9D is Cyan = 0.79, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 49 | 234 | 157 | - |
| CMYK | 0.79 | 0 | 0.33 | 0.08 |
| HSL | 155.03º | 0.81% | 0.55% | - |
| HSV(B) | 155.03º | 0.79% | 0.92% | - |
| XYZ | 36.78 | 61.93 | 41.91 | - |
| YUV | 169.91 | 120.71 | 41.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 234 | 157 | 0.79 | 0 | 0.33 | 0.08 | 155.03 | 0.81 | 0.55 |
| Hex | 31 | EA | 9D | 4F | 0 | 21 | 8 | 9B | 51 | 37 |
| Octal | 61 | 352 | 235 | 117 | 0 | 41 | 10 | 233 | 121 | 67 |
| Binary | 110001 | 11101010 | 10011101 | 1001111 | 0 | 100001 | 1000 | 10011011 | 1010001 | 110111 |
Color Harmonies of #31EA9D
Complementary color
Monochromatic Colors of #31EA9D
Black with #31EA9D
Text Example
Text Example
White with #31EA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31EA9D; }
p { color: rgb(49,234,157); }
H1.HeaderClassName
{
color: #31EA9D;
}
.AnyTagClassName
{
color: #31EA9D;
}
</style>
background-color css
<style>
a { background-color: #31EA9D; }
a { background-color: rgb(49,234,157); }
div.DivClassName
{
background-color: #31EA9D;
}
.BgClassName
{
background-color: #31EA9D;
}
</style>
border-color css
<style>
span { border-color: #31EA9D; }
span { border-color: rgb(49,234,157); }
td.TdClassName
{
border-color: #31EA9D;
}
.TagClassName
{
border-color: #31EA9D;
}
</style>