Shades of Shamrock #31C895
Tints of Shamrock #31C895
RGB
CMYK
RGB Variations
Color information
#31C895 (or 0x31C895) is known color: Shamrock. HEX triplet: 31, C8 and 95. RGB value is (49,200,149). Sum of RGB (Red+Green+Blue) = 49+200+149=398 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.31% from 398); Green value is 200 (78.52% from 255 or 50.25% from 398); Blue value is 149 (58.59% from 255 or 37.44% from 398); Max value from RGB is 200 - color contains mainly: green. Hex color #31C895 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31C895 is #CE376A. Grayscale: #959595. Windows color (decimal): -13514603 or 9816113. OLE color: 9816113.
HSL color Cylindrical-coordinate representation of color #31C895: hue angle of 159.74º 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 #31C895 is Cyan = 0.76, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 49 | 200 | 149 | - |
| CMYK | 0.76 | 0 | 0.26 | 0.22 |
| HSL | 159.74º | 0.61% | 0.49% | - |
| HSV(B) | 159.74º | 0.76% | 0.78% | - |
| XYZ | 27.35 | 44.13 | 35.51 | - |
| YUV | 149.04 | 127.97 | 56.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 200 | 149 | 0.76 | 0 | 0.26 | 0.22 | 159.74 | 0.61 | 0.49 |
| Hex | 31 | C8 | 95 | 4C | 0 | 1A | 16 | A0 | 3D | 31 |
| Octal | 61 | 310 | 225 | 114 | 0 | 32 | 26 | 240 | 75 | 61 |
| Binary | 110001 | 11001000 | 10010101 | 1001100 | 0 | 11010 | 10110 | 10100000 | 111101 | 110001 |
Color Harmonies of #31C895
Complementary color
Monochromatic Colors of #31C895
Black with #31C895
Text Example
Text Example
White with #31C895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C895; }
p { color: rgb(49,200,149); }
H1.HeaderClassName
{
color: #31C895;
}
.AnyTagClassName
{
color: #31C895;
}
</style>
background-color css
<style>
a { background-color: #31C895; }
a { background-color: rgb(49,200,149); }
div.DivClassName
{
background-color: #31C895;
}
.BgClassName
{
background-color: #31C895;
}
</style>
border-color css
<style>
span { border-color: #31C895; }
span { border-color: rgb(49,200,149); }
td.TdClassName
{
border-color: #31C895;
}
.TagClassName
{
border-color: #31C895;
}
</style>