Shades of Shamrock #31C79E
Tints of Shamrock #31C79E
RGB
CMYK
RGB Variations
Color information
#31C79E (or 0x31C79E) is known color: Shamrock. HEX triplet: 31, C7 and 9E. RGB value is (49,199,158). Sum of RGB (Red+Green+Blue) = 49+199+158=406 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.07% from 406); Green value is 199 (78.12% from 255 or 49.01% from 406); Blue value is 158 (62.11% from 255 or 38.92% from 406); Max value from RGB is 199 - color contains mainly: green. Hex color #31C79E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31C79E is #CE3861. Grayscale: #959595. Windows color (decimal): -13514850 or 10405681. OLE color: 10405681.
HSL color Cylindrical-coordinate representation of color #31C79E: hue angle of 163.6º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #31C79E is Cyan = 0.75, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 49 | 199 | 158 | - |
| CMYK | 0.75 | 0 | 0.21 | 0.22 |
| HSL | 163.6º | 0.6% | 0.49% | - |
| HSV(B) | 163.6º | 0.75% | 0.78% | - |
| XYZ | 27.86 | 43.97 | 39.37 | - |
| YUV | 149.48 | 132.81 | 56.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 199 | 158 | 0.75 | 0 | 0.21 | 0.22 | 163.6 | 0.6 | 0.49 |
| Hex | 31 | C7 | 9E | 4B | 0 | 15 | 16 | A4 | 3C | 31 |
| Octal | 61 | 307 | 236 | 113 | 0 | 25 | 26 | 244 | 74 | 61 |
| Binary | 110001 | 11000111 | 10011110 | 1001011 | 0 | 10101 | 10110 | 10100100 | 111100 | 110001 |
Color Harmonies of #31C79E
Complementary color
Monochromatic Colors of #31C79E
Black with #31C79E
Text Example
Text Example
White with #31C79E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C79E; }
p { color: rgb(49,199,158); }
H1.HeaderClassName
{
color: #31C79E;
}
.AnyTagClassName
{
color: #31C79E;
}
</style>
background-color css
<style>
a { background-color: #31C79E; }
a { background-color: rgb(49,199,158); }
div.DivClassName
{
background-color: #31C79E;
}
.BgClassName
{
background-color: #31C79E;
}
</style>
border-color css
<style>
span { border-color: #31C79E; }
span { border-color: rgb(49,199,158); }
td.TdClassName
{
border-color: #31C79E;
}
.TagClassName
{
border-color: #31C79E;
}
</style>