Shades of Shamrock #31D88B
Tints of Shamrock #31D88B
RGB
CMYK
RGB Variations
Color information
#31D88B (or 0x31D88B) is known color: Shamrock. HEX triplet: 31, D8 and 8B. RGB value is (49,216,139). Sum of RGB (Red+Green+Blue) = 49+216+139=404 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.13% from 404); Green value is 216 (84.77% from 255 or 53.47% from 404); Blue value is 139 (54.69% from 255 or 34.41% from 404); Max value from RGB is 216 - color contains mainly: green. Hex color #31D88B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31D88B is #CE2774. Grayscale: #9D9D9D. Windows color (decimal): -13510517 or 9164849. OLE color: 9164849.
HSL color Cylindrical-coordinate representation of color #31D88B: hue angle of 152.34º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31D88B is Cyan = 0.77, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 49 | 216 | 139 | - |
| CMYK | 0.77 | 0 | 0.36 | 0.15 |
| HSL | 152.34º | 0.68% | 0.52% | - |
| HSV(B) | 152.34º | 0.77% | 0.85% | - |
| XYZ | 30.48 | 51.63 | 32.78 | - |
| YUV | 157.29 | 117.67 | 50.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 216 | 139 | 0.77 | 0 | 0.36 | 0.15 | 152.34 | 0.68 | 0.52 |
| Hex | 31 | D8 | 8B | 4D | 0 | 24 | F | 98 | 44 | 34 |
| Octal | 61 | 330 | 213 | 115 | 0 | 44 | 17 | 230 | 104 | 64 |
| Binary | 110001 | 11011000 | 10001011 | 1001101 | 0 | 100100 | 1111 | 10011000 | 1000100 | 110100 |
Color Harmonies of #31D88B
Complementary color
Monochromatic Colors of #31D88B
Black with #31D88B
Text Example
Text Example
White with #31D88B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D88B; }
p { color: rgb(49,216,139); }
H1.HeaderClassName
{
color: #31D88B;
}
.AnyTagClassName
{
color: #31D88B;
}
</style>
background-color css
<style>
a { background-color: #31D88B; }
a { background-color: rgb(49,216,139); }
div.DivClassName
{
background-color: #31D88B;
}
.BgClassName
{
background-color: #31D88B;
}
</style>
border-color css
<style>
span { border-color: #31D88B; }
span { border-color: rgb(49,216,139); }
td.TdClassName
{
border-color: #31D88B;
}
.TagClassName
{
border-color: #31D88B;
}
</style>