Shades of Shamrock #31EA90
Tints of Shamrock #31EA90
RGB
CMYK
RGB Variations
Color information
#31EA90 (or 0x31EA90) is known color: Shamrock. HEX triplet: 31, EA and 90. RGB value is (49,234,144). Sum of RGB (Red+Green+Blue) = 49+234+144=427 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.48% from 427); Green value is 234 (91.80% from 255 or 54.80% from 427); Blue value is 144 (56.64% from 255 or 33.72% from 427); Max value from RGB is 234 - color contains mainly: green. Hex color #31EA90 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #31EA90 is #CE156F. Grayscale: #A8A8A8. Windows color (decimal): -13505904 or 9497137. OLE color: 9497137.
HSL color Cylindrical-coordinate representation of color #31EA90: hue angle of 150.81º 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 #31EA90 is Cyan = 0.79, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 49 | 234 | 144 | - |
| CMYK | 0.79 | 0 | 0.38 | 0.08 |
| HSL | 150.81º | 0.81% | 0.55% | - |
| HSV(B) | 150.81º | 0.79% | 0.92% | - |
| XYZ | 35.72 | 61.51 | 36.38 | - |
| YUV | 168.43 | 114.21 | 42.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 234 | 144 | 0.79 | 0 | 0.38 | 0.08 | 150.81 | 0.81 | 0.55 |
| Hex | 31 | EA | 90 | 4F | 0 | 26 | 8 | 97 | 51 | 37 |
| Octal | 61 | 352 | 220 | 117 | 0 | 46 | 10 | 227 | 121 | 67 |
| Binary | 110001 | 11101010 | 10010000 | 1001111 | 0 | 100110 | 1000 | 10010111 | 1010001 | 110111 |
Color Harmonies of #31EA90
Complementary color
Monochromatic Colors of #31EA90
Black with #31EA90
Text Example
Text Example
White with #31EA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31EA90; }
p { color: rgb(49,234,144); }
H1.HeaderClassName
{
color: #31EA90;
}
.AnyTagClassName
{
color: #31EA90;
}
</style>
background-color css
<style>
a { background-color: #31EA90; }
a { background-color: rgb(49,234,144); }
div.DivClassName
{
background-color: #31EA90;
}
.BgClassName
{
background-color: #31EA90;
}
</style>
border-color css
<style>
span { border-color: #31EA90; }
span { border-color: rgb(49,234,144); }
td.TdClassName
{
border-color: #31EA90;
}
.TagClassName
{
border-color: #31EA90;
}
</style>