Shades of Shamrock #31D983
Tints of Shamrock #31D983
RGB
CMYK
RGB Variations
Color information
#31D983 (or 0x31D983) is known color: Shamrock. HEX triplet: 31, D9 and 83. RGB value is (49,217,131). Sum of RGB (Red+Green+Blue) = 49+217+131=397 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.34% from 397); Green value is 217 (85.16% from 255 or 54.66% from 397); Blue value is 131 (51.56% from 255 or 33.00% from 397); Max value from RGB is 217 - color contains mainly: green. Hex color #31D983 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31D983 is #CE267C. Grayscale: #9D9D9D. Windows color (decimal): -13510269 or 8640817. OLE color: 8640817.
HSL color Cylindrical-coordinate representation of color #31D983: hue angle of 149.29º degrees, saturation: 0.69, 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 #31D983 is Cyan = 0.77, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 49 | 217 | 131 | - |
| CMYK | 0.77 | 0 | 0.40 | 0.15 |
| HSL | 149.29º | 0.69% | 0.52% | - |
| HSV(B) | 149.29º | 0.77% | 0.85% | - |
| XYZ | 30.18 | 51.92 | 29.9 | - |
| YUV | 156.96 | 113.34 | 50.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 217 | 131 | 0.77 | 0 | 0.40 | 0.15 | 149.29 | 0.69 | 0.52 |
| Hex | 31 | D9 | 83 | 4D | 0 | 28 | F | 95 | 45 | 34 |
| Octal | 61 | 331 | 203 | 115 | 0 | 50 | 17 | 225 | 105 | 64 |
| Binary | 110001 | 11011001 | 10000011 | 1001101 | 0 | 101000 | 1111 | 10010101 | 1000101 | 110100 |
Color Harmonies of #31D983
Complementary color
Monochromatic Colors of #31D983
Black with #31D983
Text Example
Text Example
White with #31D983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D983; }
p { color: rgb(49,217,131); }
H1.HeaderClassName
{
color: #31D983;
}
.AnyTagClassName
{
color: #31D983;
}
</style>
background-color css
<style>
a { background-color: #31D983; }
a { background-color: rgb(49,217,131); }
div.DivClassName
{
background-color: #31D983;
}
.BgClassName
{
background-color: #31D983;
}
</style>
border-color css
<style>
span { border-color: #31D983; }
span { border-color: rgb(49,217,131); }
td.TdClassName
{
border-color: #31D983;
}
.TagClassName
{
border-color: #31D983;
}
</style>