Shades of Shamrock #31CE98
Tints of Shamrock #31CE98
RGB
CMYK
RGB Variations
Color information
#31CE98 (or 0x31CE98) is known color: Shamrock. HEX triplet: 31, CE and 98. RGB value is (49,206,152). Sum of RGB (Red+Green+Blue) = 49+206+152=407 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.04% from 407); Green value is 206 (80.86% from 255 or 50.61% from 407); Blue value is 152 (59.77% from 255 or 37.35% from 407); Max value from RGB is 206 - color contains mainly: green. Hex color #31CE98 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31CE98 is #CE3167. Grayscale: #989898. Windows color (decimal): -13513064 or 10014257. OLE color: 10014257.
HSL color Cylindrical-coordinate representation of color #31CE98: hue angle of 159.36º 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 #31CE98 is Cyan = 0.76, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 206 | 152 | - |
| CMYK | 0.76 | 0 | 0.26 | 0.19 |
| HSL | 159.36º | 0.62% | 0.5% | - |
| HSV(B) | 159.36º | 0.76% | 0.81% | - |
| XYZ | 29.01 | 47.06 | 37.26 | - |
| YUV | 152.9 | 127.49 | 53.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 206 | 152 | 0.76 | 0 | 0.26 | 0.19 | 159.36 | 0.62 | 0.5 |
| Hex | 31 | CE | 98 | 4C | 0 | 1A | 13 | 9F | 3E | 32 |
| Octal | 61 | 316 | 230 | 114 | 0 | 32 | 23 | 237 | 76 | 62 |
| Binary | 110001 | 11001110 | 10011000 | 1001100 | 0 | 11010 | 10011 | 10011111 | 111110 | 110010 |
Color Harmonies of #31CE98
Complementary color
Monochromatic Colors of #31CE98
Black with #31CE98
Text Example
Text Example
White with #31CE98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CE98; }
p { color: rgb(49,206,152); }
H1.HeaderClassName
{
color: #31CE98;
}
.AnyTagClassName
{
color: #31CE98;
}
</style>
background-color css
<style>
a { background-color: #31CE98; }
a { background-color: rgb(49,206,152); }
div.DivClassName
{
background-color: #31CE98;
}
.BgClassName
{
background-color: #31CE98;
}
</style>
border-color css
<style>
span { border-color: #31CE98; }
span { border-color: rgb(49,206,152); }
td.TdClassName
{
border-color: #31CE98;
}
.TagClassName
{
border-color: #31CE98;
}
</style>