Shades of Shamrock #31D189
Tints of Shamrock #31D189
RGB
CMYK
RGB Variations
Color information
#31D189 (or 0x31D189) is known color: Shamrock. HEX triplet: 31, D1 and 89. RGB value is (49,209,137). Sum of RGB (Red+Green+Blue) = 49+209+137=395 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.41% from 395); Green value is 209 (82.03% from 255 or 52.91% from 395); Blue value is 137 (53.91% from 255 or 34.68% from 395); Max value from RGB is 209 - color contains mainly: green. Hex color #31D189 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31D189 is #CE2E76. Grayscale: #999999. Windows color (decimal): -13512311 or 9031985. OLE color: 9031985.
HSL color Cylindrical-coordinate representation of color #31D189: hue angle of 153º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31D189 is Cyan = 0.77, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 49 | 209 | 137 | - |
| CMYK | 0.77 | 0 | 0.34 | 0.18 |
| HSL | 153º | 0.63% | 0.51% | - |
| HSV(B) | 153º | 0.77% | 0.82% | - |
| XYZ | 28.58 | 48.06 | 31.44 | - |
| YUV | 152.95 | 118.99 | 53.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 209 | 137 | 0.77 | 0 | 0.34 | 0.18 | 153 | 0.63 | 0.51 |
| Hex | 31 | D1 | 89 | 4D | 0 | 22 | 12 | 99 | 3F | 33 |
| Octal | 61 | 321 | 211 | 115 | 0 | 42 | 22 | 231 | 77 | 63 |
| Binary | 110001 | 11010001 | 10001001 | 1001101 | 0 | 100010 | 10010 | 10011001 | 111111 | 110011 |
Color Harmonies of #31D189
Complementary color
Monochromatic Colors of #31D189
Black with #31D189
Text Example
Text Example
White with #31D189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D189; }
p { color: rgb(49,209,137); }
H1.HeaderClassName
{
color: #31D189;
}
.AnyTagClassName
{
color: #31D189;
}
</style>
background-color css
<style>
a { background-color: #31D189; }
a { background-color: rgb(49,209,137); }
div.DivClassName
{
background-color: #31D189;
}
.BgClassName
{
background-color: #31D189;
}
</style>
border-color css
<style>
span { border-color: #31D189; }
span { border-color: rgb(49,209,137); }
td.TdClassName
{
border-color: #31D189;
}
.TagClassName
{
border-color: #31D189;
}
</style>