Shades of Shamrock #31CC86
Tints of Shamrock #31CC86
RGB
CMYK
RGB Variations
Color information
#31CC86 (or 0x31CC86) is known color: Shamrock. HEX triplet: 31, CC and 86. RGB value is (49,204,134). Sum of RGB (Red+Green+Blue) = 49+204+134=387 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.66% from 387); Green value is 204 (80.08% from 255 or 52.71% from 387); Blue value is 134 (52.73% from 255 or 34.63% from 387); Max value from RGB is 204 - color contains mainly: green. Hex color #31CC86 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31CC86 is #CE3379. Grayscale: #959595. Windows color (decimal): -13513594 or 8834097. OLE color: 8834097.
HSL color Cylindrical-coordinate representation of color #31CC86: hue angle of 152.9º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31CC86 is Cyan = 0.76, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 49 | 204 | 134 | - |
| CMYK | 0.76 | 0 | 0.34 | 0.2 |
| HSL | 152.9º | 0.61% | 0.5% | - |
| HSV(B) | 152.9º | 0.76% | 0.8% | - |
| XYZ | 27.16 | 45.56 | 29.92 | - |
| YUV | 149.68 | 119.15 | 56.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 204 | 134 | 0.76 | 0 | 0.34 | 0.2 | 152.9 | 0.61 | 0.5 |
| Hex | 31 | CC | 86 | 4C | 0 | 22 | 14 | 99 | 3D | 32 |
| Octal | 61 | 314 | 206 | 114 | 0 | 42 | 24 | 231 | 75 | 62 |
| Binary | 110001 | 11001100 | 10000110 | 1001100 | 0 | 100010 | 10100 | 10011001 | 111101 | 110010 |
Color Harmonies of #31CC86
Complementary color
Monochromatic Colors of #31CC86
Black with #31CC86
Text Example
Text Example
White with #31CC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CC86; }
p { color: rgb(49,204,134); }
H1.HeaderClassName
{
color: #31CC86;
}
.AnyTagClassName
{
color: #31CC86;
}
</style>
background-color css
<style>
a { background-color: #31CC86; }
a { background-color: rgb(49,204,134); }
div.DivClassName
{
background-color: #31CC86;
}
.BgClassName
{
background-color: #31CC86;
}
</style>
border-color css
<style>
span { border-color: #31CC86; }
span { border-color: rgb(49,204,134); }
td.TdClassName
{
border-color: #31CC86;
}
.TagClassName
{
border-color: #31CC86;
}
</style>