Shades of Shamrock #31C88B
Tints of Shamrock #31C88B
RGB
CMYK
RGB Variations
Color information
#31C88B (or 0x31C88B) is known color: Shamrock. HEX triplet: 31, C8 and 8B. RGB value is (49,200,139). Sum of RGB (Red+Green+Blue) = 49+200+139=388 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.63% from 388); Green value is 200 (78.52% from 255 or 51.55% from 388); Blue value is 139 (54.69% from 255 or 35.82% from 388); Max value from RGB is 200 - color contains mainly: green. Hex color #31C88B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31C88B is #CE3774. Grayscale: #939393. Windows color (decimal): -13514613 or 9160753. OLE color: 9160753.
HSL color Cylindrical-coordinate representation of color #31C88B: hue angle of 155.76º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #31C88B is Cyan = 0.76, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 49 | 200 | 139 | - |
| CMYK | 0.76 | 0 | 0.30 | 0.22 |
| HSL | 155.76º | 0.61% | 0.49% | - |
| HSV(B) | 155.76º | 0.76% | 0.78% | - |
| XYZ | 26.58 | 43.83 | 31.48 | - |
| YUV | 147.9 | 122.97 | 57.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 200 | 139 | 0.76 | 0 | 0.30 | 0.22 | 155.76 | 0.61 | 0.49 |
| Hex | 31 | C8 | 8B | 4C | 0 | 1E | 16 | 9C | 3D | 31 |
| Octal | 61 | 310 | 213 | 114 | 0 | 36 | 26 | 234 | 75 | 61 |
| Binary | 110001 | 11001000 | 10001011 | 1001100 | 0 | 11110 | 10110 | 10011100 | 111101 | 110001 |
Color Harmonies of #31C88B
Complementary color
Monochromatic Colors of #31C88B
Black with #31C88B
Text Example
Text Example
White with #31C88B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C88B; }
p { color: rgb(49,200,139); }
H1.HeaderClassName
{
color: #31C88B;
}
.AnyTagClassName
{
color: #31C88B;
}
</style>
background-color css
<style>
a { background-color: #31C88B; }
a { background-color: rgb(49,200,139); }
div.DivClassName
{
background-color: #31C88B;
}
.BgClassName
{
background-color: #31C88B;
}
</style>
border-color css
<style>
span { border-color: #31C88B; }
span { border-color: rgb(49,200,139); }
td.TdClassName
{
border-color: #31C88B;
}
.TagClassName
{
border-color: #31C88B;
}
</style>