Shades of Shamrock #31CE93
Tints of Shamrock #31CE93
RGB
CMYK
RGB Variations
Color information
#31CE93 (or 0x31CE93) is known color: Shamrock. HEX triplet: 31, CE and 93. RGB value is (49,206,147). Sum of RGB (Red+Green+Blue) = 49+206+147=402 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.19% from 402); Green value is 206 (80.86% from 255 or 51.24% from 402); Blue value is 147 (57.81% from 255 or 36.57% from 402); Max value from RGB is 206 - color contains mainly: green. Hex color #31CE93 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31CE93 is #CE316C. Grayscale: #989898. Windows color (decimal): -13513069 or 9686577. OLE color: 9686577.
HSL color Cylindrical-coordinate representation of color #31CE93: hue angle of 157.45º 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 #31CE93 is Cyan = 0.76, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 206 | 147 | - |
| CMYK | 0.76 | 0 | 0.29 | 0.19 |
| HSL | 157.45º | 0.62% | 0.5% | - |
| HSV(B) | 157.45º | 0.76% | 0.81% | - |
| XYZ | 28.6 | 46.9 | 35.15 | - |
| YUV | 152.33 | 124.99 | 54.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 206 | 147 | 0.76 | 0 | 0.29 | 0.19 | 157.45 | 0.62 | 0.5 |
| Hex | 31 | CE | 93 | 4C | 0 | 1D | 13 | 9D | 3E | 32 |
| Octal | 61 | 316 | 223 | 114 | 0 | 35 | 23 | 235 | 76 | 62 |
| Binary | 110001 | 11001110 | 10010011 | 1001100 | 0 | 11101 | 10011 | 10011101 | 111110 | 110010 |
Color Harmonies of #31CE93
Complementary color
Monochromatic Colors of #31CE93
Black with #31CE93
Text Example
Text Example
White with #31CE93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CE93; }
p { color: rgb(49,206,147); }
H1.HeaderClassName
{
color: #31CE93;
}
.AnyTagClassName
{
color: #31CE93;
}
</style>
background-color css
<style>
a { background-color: #31CE93; }
a { background-color: rgb(49,206,147); }
div.DivClassName
{
background-color: #31CE93;
}
.BgClassName
{
background-color: #31CE93;
}
</style>
border-color css
<style>
span { border-color: #31CE93; }
span { border-color: rgb(49,206,147); }
td.TdClassName
{
border-color: #31CE93;
}
.TagClassName
{
border-color: #31CE93;
}
</style>