Shades of Shamrock #31E88B
Tints of Shamrock #31E88B
RGB
CMYK
RGB Variations
Color information
#31E88B (or 0x31E88B) is known color: Shamrock. HEX triplet: 31, E8 and 8B. RGB value is (49,232,139). Sum of RGB (Red+Green+Blue) = 49+232+139=420 (55% of max value = 765). Red value is 49 (19.53% from 255 or 11.67% from 420); Green value is 232 (91.02% from 255 or 55.24% from 420); Blue value is 139 (54.69% from 255 or 33.10% from 420); Max value from RGB is 232 - color contains mainly: green. Hex color #31E88B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #31E88B is #CE1774. Grayscale: #A6A6A6. Windows color (decimal): -13506421 or 9168945. OLE color: 9168945.
HSL color Cylindrical-coordinate representation of color #31E88B: hue angle of 149.51º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31E88B is Cyan = 0.79, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 49 | 232 | 139 | - |
| CMYK | 0.79 | 0 | 0.40 | 0.09 |
| HSL | 149.51º | 0.8% | 0.55% | - |
| HSV(B) | 149.51º | 0.79% | 0.91% | - |
| XYZ | 34.78 | 60.23 | 34.22 | - |
| YUV | 166.68 | 112.37 | 44.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 232 | 139 | 0.79 | 0 | 0.40 | 0.09 | 149.51 | 0.8 | 0.55 |
| Hex | 31 | E8 | 8B | 4F | 0 | 28 | 9 | 96 | 50 | 37 |
| Octal | 61 | 350 | 213 | 117 | 0 | 50 | 11 | 226 | 120 | 67 |
| Binary | 110001 | 11101000 | 10001011 | 1001111 | 0 | 101000 | 1001 | 10010110 | 1010000 | 110111 |
Color Harmonies of #31E88B
Complementary color
Monochromatic Colors of #31E88B
Black with #31E88B
Text Example
Text Example
White with #31E88B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31E88B; }
p { color: rgb(49,232,139); }
H1.HeaderClassName
{
color: #31E88B;
}
.AnyTagClassName
{
color: #31E88B;
}
</style>
background-color css
<style>
a { background-color: #31E88B; }
a { background-color: rgb(49,232,139); }
div.DivClassName
{
background-color: #31E88B;
}
.BgClassName
{
background-color: #31E88B;
}
</style>
border-color css
<style>
span { border-color: #31E88B; }
span { border-color: rgb(49,232,139); }
td.TdClassName
{
border-color: #31E88B;
}
.TagClassName
{
border-color: #31E88B;
}
</style>