Shades of Shamrock #31EA8F
Tints of Shamrock #31EA8F
RGB
CMYK
RGB Variations
Color information
#31EA8F (or 0x31EA8F) is known color: Shamrock. HEX triplet: 31, EA and 8F. RGB value is (49,234,143). Sum of RGB (Red+Green+Blue) = 49+234+143=426 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.50% from 426); Green value is 234 (91.80% from 255 or 54.93% from 426); Blue value is 143 (56.25% from 255 or 33.57% from 426); Max value from RGB is 234 - color contains mainly: green. Hex color #31EA8F is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #31EA8F is #CE1570. Grayscale: #A8A8A8. Windows color (decimal): -13505905 or 9431601. OLE color: 9431601.
HSL color Cylindrical-coordinate representation of color #31EA8F: hue angle of 150.49º 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 #31EA8F is Cyan = 0.79, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 49 | 234 | 143 | - |
| CMYK | 0.79 | 0 | 0.39 | 0.08 |
| HSL | 150.49º | 0.81% | 0.55% | - |
| HSV(B) | 150.49º | 0.79% | 0.92% | - |
| XYZ | 35.65 | 61.48 | 35.97 | - |
| YUV | 168.31 | 113.71 | 42.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 234 | 143 | 0.79 | 0 | 0.39 | 0.08 | 150.49 | 0.81 | 0.55 |
| Hex | 31 | EA | 8F | 4F | 0 | 27 | 8 | 96 | 51 | 37 |
| Octal | 61 | 352 | 217 | 117 | 0 | 47 | 10 | 226 | 121 | 67 |
| Binary | 110001 | 11101010 | 10001111 | 1001111 | 0 | 100111 | 1000 | 10010110 | 1010001 | 110111 |
Color Harmonies of #31EA8F
Complementary color
Monochromatic Colors of #31EA8F
Black with #31EA8F
Text Example
Text Example
White with #31EA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31EA8F; }
p { color: rgb(49,234,143); }
H1.HeaderClassName
{
color: #31EA8F;
}
.AnyTagClassName
{
color: #31EA8F;
}
</style>
background-color css
<style>
a { background-color: #31EA8F; }
a { background-color: rgb(49,234,143); }
div.DivClassName
{
background-color: #31EA8F;
}
.BgClassName
{
background-color: #31EA8F;
}
</style>
border-color css
<style>
span { border-color: #31EA8F; }
span { border-color: rgb(49,234,143); }
td.TdClassName
{
border-color: #31EA8F;
}
.TagClassName
{
border-color: #31EA8F;
}
</style>