Shades of Shamrock #31C982
Tints of Shamrock #31C982
RGB
CMYK
RGB Variations
Color information
#31C982 (or 0x31C982) is known color: Shamrock. HEX triplet: 31, C9 and 82. RGB value is (49,201,130). Sum of RGB (Red+Green+Blue) = 49+201+130=380 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.89% from 380); Green value is 201 (78.91% from 255 or 52.89% from 380); Blue value is 130 (51.17% from 255 or 34.21% from 380); Max value from RGB is 201 - color contains mainly: green. Hex color #31C982 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31C982 is #CE367D. Grayscale: #939393. Windows color (decimal): -13514366 or 8571185. OLE color: 8571185.
HSL color Cylindrical-coordinate representation of color #31C982: hue angle of 151.97º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31C982 is Cyan = 0.76, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 49 | 201 | 130 | - |
| CMYK | 0.76 | 0 | 0.35 | 0.21 |
| HSL | 151.97º | 0.61% | 0.49% | - |
| HSV(B) | 151.97º | 0.76% | 0.79% | - |
| XYZ | 26.18 | 44.04 | 28.24 | - |
| YUV | 147.46 | 118.14 | 57.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 201 | 130 | 0.76 | 0 | 0.35 | 0.21 | 151.97 | 0.61 | 0.49 |
| Hex | 31 | C9 | 82 | 4C | 0 | 23 | 15 | 98 | 3D | 31 |
| Octal | 61 | 311 | 202 | 114 | 0 | 43 | 25 | 230 | 75 | 61 |
| Binary | 110001 | 11001001 | 10000010 | 1001100 | 0 | 100011 | 10101 | 10011000 | 111101 | 110001 |
Color Harmonies of #31C982
Complementary color
Monochromatic Colors of #31C982
Black with #31C982
Text Example
Text Example
White with #31C982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C982; }
p { color: rgb(49,201,130); }
H1.HeaderClassName
{
color: #31C982;
}
.AnyTagClassName
{
color: #31C982;
}
</style>
background-color css
<style>
a { background-color: #31C982; }
a { background-color: rgb(49,201,130); }
div.DivClassName
{
background-color: #31C982;
}
.BgClassName
{
background-color: #31C982;
}
</style>
border-color css
<style>
span { border-color: #31C982; }
span { border-color: rgb(49,201,130); }
td.TdClassName
{
border-color: #31C982;
}
.TagClassName
{
border-color: #31C982;
}
</style>