Shades of Shamrock #31D981
Tints of Shamrock #31D981
RGB
CMYK
RGB Variations
Color information
#31D981 (or 0x31D981) is known color: Shamrock. HEX triplet: 31, D9 and 81. RGB value is (49,217,129). Sum of RGB (Red+Green+Blue) = 49+217+129=395 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.41% from 395); Green value is 217 (85.16% from 255 or 54.94% from 395); Blue value is 129 (50.78% from 255 or 32.66% from 395); Max value from RGB is 217 - color contains mainly: green. Hex color #31D981 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31D981 is #CE267E. Grayscale: #9C9C9C. Windows color (decimal): -13510271 or 8509745. OLE color: 8509745.
HSL color Cylindrical-coordinate representation of color #31D981: hue angle of 148.57º 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 #31D981 is Cyan = 0.77, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 49 | 217 | 129 | - |
| CMYK | 0.77 | 0 | 0.41 | 0.15 |
| HSL | 148.57º | 0.69% | 0.52% | - |
| HSV(B) | 148.57º | 0.77% | 0.85% | - |
| XYZ | 30.04 | 51.86 | 29.2 | - |
| YUV | 156.74 | 112.34 | 51.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 217 | 129 | 0.77 | 0 | 0.41 | 0.15 | 148.57 | 0.69 | 0.52 |
| Hex | 31 | D9 | 81 | 4D | 0 | 29 | F | 95 | 45 | 34 |
| Octal | 61 | 331 | 201 | 115 | 0 | 51 | 17 | 225 | 105 | 64 |
| Binary | 110001 | 11011001 | 10000001 | 1001101 | 0 | 101001 | 1111 | 10010101 | 1000101 | 110100 |
Color Harmonies of #31D981
Complementary color
Monochromatic Colors of #31D981
Black with #31D981
Text Example
Text Example
White with #31D981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D981; }
p { color: rgb(49,217,129); }
H1.HeaderClassName
{
color: #31D981;
}
.AnyTagClassName
{
color: #31D981;
}
</style>
background-color css
<style>
a { background-color: #31D981; }
a { background-color: rgb(49,217,129); }
div.DivClassName
{
background-color: #31D981;
}
.BgClassName
{
background-color: #31D981;
}
</style>
border-color css
<style>
span { border-color: #31D981; }
span { border-color: rgb(49,217,129); }
td.TdClassName
{
border-color: #31D981;
}
.TagClassName
{
border-color: #31D981;
}
</style>