Shades of Shamrock #31CE95
Tints of Shamrock #31CE95
RGB
CMYK
RGB Variations
Color information
#31CE95 (or 0x31CE95) is known color: Shamrock. HEX triplet: 31, CE and 95. RGB value is (49,206,149). Sum of RGB (Red+Green+Blue) = 49+206+149=404 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.13% from 404); Green value is 206 (80.86% from 255 or 50.99% from 404); Blue value is 149 (58.59% from 255 or 36.88% from 404); Max value from RGB is 206 - color contains mainly: green. Hex color #31CE95 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31CE95 is #CE316A. Grayscale: #989898. Windows color (decimal): -13513067 or 9817649. OLE color: 9817649.
HSL color Cylindrical-coordinate representation of color #31CE95: hue angle of 158.22º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31CE95 is Cyan = 0.76, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 206 | 149 | - |
| CMYK | 0.76 | 0 | 0.28 | 0.19 |
| HSL | 158.22º | 0.62% | 0.5% | - |
| HSV(B) | 158.22º | 0.76% | 0.81% | - |
| XYZ | 28.76 | 46.97 | 35.98 | - |
| YUV | 152.56 | 125.99 | 54.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 206 | 149 | 0.76 | 0 | 0.28 | 0.19 | 158.22 | 0.62 | 0.5 |
| Hex | 31 | CE | 95 | 4C | 0 | 1C | 13 | 9E | 3E | 32 |
| Octal | 61 | 316 | 225 | 114 | 0 | 34 | 23 | 236 | 76 | 62 |
| Binary | 110001 | 11001110 | 10010101 | 1001100 | 0 | 11100 | 10011 | 10011110 | 111110 | 110010 |
Color Harmonies of #31CE95
Complementary color
Monochromatic Colors of #31CE95
Black with #31CE95
Text Example
Text Example
White with #31CE95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CE95; }
p { color: rgb(49,206,149); }
H1.HeaderClassName
{
color: #31CE95;
}
.AnyTagClassName
{
color: #31CE95;
}
</style>
background-color css
<style>
a { background-color: #31CE95; }
a { background-color: rgb(49,206,149); }
div.DivClassName
{
background-color: #31CE95;
}
.BgClassName
{
background-color: #31CE95;
}
</style>
border-color css
<style>
span { border-color: #31CE95; }
span { border-color: rgb(49,206,149); }
td.TdClassName
{
border-color: #31CE95;
}
.TagClassName
{
border-color: #31CE95;
}
</style>