Shades of Shamrock #31D895
Tints of Shamrock #31D895
RGB
CMYK
RGB Variations
Color information
#31D895 (or 0x31D895) is known color: Shamrock. HEX triplet: 31, D8 and 95. RGB value is (49,216,149). Sum of RGB (Red+Green+Blue) = 49+216+149=414 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.84% from 414); Green value is 216 (84.77% from 255 or 52.17% from 414); Blue value is 149 (58.59% from 255 or 35.99% from 414); Max value from RGB is 216 - color contains mainly: green. Hex color #31D895 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31D895 is #CE276A. Grayscale: #9E9E9E. Windows color (decimal): -13510507 or 9820209. OLE color: 9820209.
HSL color Cylindrical-coordinate representation of color #31D895: hue angle of 155.93º 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 #31D895 is Cyan = 0.77, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 49 | 216 | 149 | - |
| CMYK | 0.77 | 0 | 0.31 | 0.15 |
| HSL | 155.93º | 0.68% | 0.52% | - |
| HSV(B) | 155.93º | 0.77% | 0.85% | - |
| XYZ | 31.25 | 51.93 | 36.81 | - |
| YUV | 158.43 | 122.67 | 49.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 216 | 149 | 0.77 | 0 | 0.31 | 0.15 | 155.93 | 0.68 | 0.52 |
| Hex | 31 | D8 | 95 | 4D | 0 | 1F | F | 9C | 44 | 34 |
| Octal | 61 | 330 | 225 | 115 | 0 | 37 | 17 | 234 | 104 | 64 |
| Binary | 110001 | 11011000 | 10010101 | 1001101 | 0 | 11111 | 1111 | 10011100 | 1000100 | 110100 |
Color Harmonies of #31D895
Complementary color
Monochromatic Colors of #31D895
Black with #31D895
Text Example
Text Example
White with #31D895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D895; }
p { color: rgb(49,216,149); }
H1.HeaderClassName
{
color: #31D895;
}
.AnyTagClassName
{
color: #31D895;
}
</style>
background-color css
<style>
a { background-color: #31D895; }
a { background-color: rgb(49,216,149); }
div.DivClassName
{
background-color: #31D895;
}
.BgClassName
{
background-color: #31D895;
}
</style>
border-color css
<style>
span { border-color: #31D895; }
span { border-color: rgb(49,216,149); }
td.TdClassName
{
border-color: #31D895;
}
.TagClassName
{
border-color: #31D895;
}
</style>