Shades of Shamrock #31DA86
Tints of Shamrock #31DA86
RGB
CMYK
RGB Variations
Color information
#31DA86 (or 0x31DA86) is known color: Shamrock. HEX triplet: 31, DA and 86. RGB value is (49,218,134). Sum of RGB (Red+Green+Blue) = 49+218+134=401 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.22% from 401); Green value is 218 (85.55% from 255 or 54.36% from 401); Blue value is 134 (52.73% from 255 or 33.42% from 401); Max value from RGB is 218 - color contains mainly: green. Hex color #31DA86 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31DA86 is #CE2579. Grayscale: #9E9E9E. Windows color (decimal): -13510010 or 8837681. OLE color: 8837681.
HSL color Cylindrical-coordinate representation of color #31DA86: hue angle of 150.18º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31DA86 is Cyan = 0.78, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 49 | 218 | 134 | - |
| CMYK | 0.78 | 0 | 0.39 | 0.15 |
| HSL | 150.18º | 0.7% | 0.52% | - |
| HSV(B) | 150.18º | 0.78% | 0.85% | - |
| XYZ | 30.64 | 52.52 | 31.08 | - |
| YUV | 157.89 | 114.51 | 50.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 218 | 134 | 0.78 | 0 | 0.39 | 0.15 | 150.18 | 0.7 | 0.52 |
| Hex | 31 | DA | 86 | 4E | 0 | 27 | F | 96 | 46 | 34 |
| Octal | 61 | 332 | 206 | 116 | 0 | 47 | 17 | 226 | 106 | 64 |
| Binary | 110001 | 11011010 | 10000110 | 1001110 | 0 | 100111 | 1111 | 10010110 | 1000110 | 110100 |
Color Harmonies of #31DA86
Complementary color
Monochromatic Colors of #31DA86
Black with #31DA86
Text Example
Text Example
White with #31DA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DA86; }
p { color: rgb(49,218,134); }
H1.HeaderClassName
{
color: #31DA86;
}
.AnyTagClassName
{
color: #31DA86;
}
</style>
background-color css
<style>
a { background-color: #31DA86; }
a { background-color: rgb(49,218,134); }
div.DivClassName
{
background-color: #31DA86;
}
.BgClassName
{
background-color: #31DA86;
}
</style>
border-color css
<style>
span { border-color: #31DA86; }
span { border-color: rgb(49,218,134); }
td.TdClassName
{
border-color: #31DA86;
}
.TagClassName
{
border-color: #31DA86;
}
</style>