Shades of Shamrock #31DF87
Tints of Shamrock #31DF87
RGB
CMYK
RGB Variations
Color information
#31DF87 (or 0x31DF87) is known color: Shamrock. HEX triplet: 31, DF and 87. RGB value is (49,223,135). Sum of RGB (Red+Green+Blue) = 49+223+135=407 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.04% from 407); Green value is 223 (87.5% from 255 or 54.79% from 407); Blue value is 135 (53.12% from 255 or 33.17% from 407); Max value from RGB is 223 - color contains mainly: green. Hex color #31DF87 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31DF87 is #CE2078. Grayscale: #A1A1A1. Windows color (decimal): -13508729 or 8904497. OLE color: 8904497.
HSL color Cylindrical-coordinate representation of color #31DF87: hue angle of 149.66º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31DF87 is Cyan = 0.78, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 223 | 135 | - |
| CMYK | 0.78 | 0 | 0.39 | 0.13 |
| HSL | 149.66º | 0.73% | 0.53% | - |
| HSV(B) | 149.66º | 0.78% | 0.87% | - |
| XYZ | 32.03 | 55.18 | 31.88 | - |
| YUV | 160.94 | 113.35 | 48.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 223 | 135 | 0.78 | 0 | 0.39 | 0.13 | 149.66 | 0.73 | 0.53 |
| Hex | 31 | DF | 87 | 4E | 0 | 27 | D | 96 | 49 | 35 |
| Octal | 61 | 337 | 207 | 116 | 0 | 47 | 15 | 226 | 111 | 65 |
| Binary | 110001 | 11011111 | 10000111 | 1001110 | 0 | 100111 | 1101 | 10010110 | 1001001 | 110101 |
Color Harmonies of #31DF87
Complementary color
Monochromatic Colors of #31DF87
Black with #31DF87
Text Example
Text Example
White with #31DF87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DF87; }
p { color: rgb(49,223,135); }
H1.HeaderClassName
{
color: #31DF87;
}
.AnyTagClassName
{
color: #31DF87;
}
</style>
background-color css
<style>
a { background-color: #31DF87; }
a { background-color: rgb(49,223,135); }
div.DivClassName
{
background-color: #31DF87;
}
.BgClassName
{
background-color: #31DF87;
}
</style>
border-color css
<style>
span { border-color: #31DF87; }
span { border-color: rgb(49,223,135); }
td.TdClassName
{
border-color: #31DF87;
}
.TagClassName
{
border-color: #31DF87;
}
</style>