Shades of Shamrock #31D982
Tints of Shamrock #31D982
RGB
CMYK
RGB Variations
Color information
#31D982 (or 0x31D982) is known color: Shamrock. HEX triplet: 31, D9 and 82. RGB value is (49,217,130). Sum of RGB (Red+Green+Blue) = 49+217+130=396 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.37% from 396); Green value is 217 (85.16% from 255 or 54.80% from 396); Blue value is 130 (51.17% from 255 or 32.83% from 396); Max value from RGB is 217 - color contains mainly: green. Hex color #31D982 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31D982 is #CE267D. Grayscale: #9D9D9D. Windows color (decimal): -13510270 or 8575281. OLE color: 8575281.
HSL color Cylindrical-coordinate representation of color #31D982: hue angle of 148.93º 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 #31D982 is Cyan = 0.77, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 49 | 217 | 130 | - |
| CMYK | 0.77 | 0 | 0.40 | 0.15 |
| HSL | 148.93º | 0.69% | 0.52% | - |
| HSV(B) | 148.93º | 0.77% | 0.85% | - |
| XYZ | 30.11 | 51.89 | 29.55 | - |
| YUV | 156.85 | 112.84 | 51.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 217 | 130 | 0.77 | 0 | 0.40 | 0.15 | 148.93 | 0.69 | 0.52 |
| Hex | 31 | D9 | 82 | 4D | 0 | 28 | F | 95 | 45 | 34 |
| Octal | 61 | 331 | 202 | 115 | 0 | 50 | 17 | 225 | 105 | 64 |
| Binary | 110001 | 11011001 | 10000010 | 1001101 | 0 | 101000 | 1111 | 10010101 | 1000101 | 110100 |
Color Harmonies of #31D982
Complementary color
Monochromatic Colors of #31D982
Black with #31D982
Text Example
Text Example
White with #31D982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D982; }
p { color: rgb(49,217,130); }
H1.HeaderClassName
{
color: #31D982;
}
.AnyTagClassName
{
color: #31D982;
}
</style>
background-color css
<style>
a { background-color: #31D982; }
a { background-color: rgb(49,217,130); }
div.DivClassName
{
background-color: #31D982;
}
.BgClassName
{
background-color: #31D982;
}
</style>
border-color css
<style>
span { border-color: #31D982; }
span { border-color: rgb(49,217,130); }
td.TdClassName
{
border-color: #31D982;
}
.TagClassName
{
border-color: #31D982;
}
</style>