Shades of Shamrock #31E192
Tints of Shamrock #31E192
RGB
CMYK
RGB Variations
Color information
#31E192 (or 0x31E192) is known color: Shamrock. HEX triplet: 31, E1 and 92. RGB value is (49,225,146). Sum of RGB (Red+Green+Blue) = 49+225+146=420 (55% of max value = 765). Red value is 49 (19.53% from 255 or 11.67% from 420); Green value is 225 (88.28% from 255 or 53.57% from 420); Blue value is 146 (57.42% from 255 or 34.76% from 420); Max value from RGB is 225 - color contains mainly: green. Hex color #31E192 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31E192 is #CE1E6D. Grayscale: #A3A3A3. Windows color (decimal): -13508206 or 9625905. OLE color: 9625905.
HSL color Cylindrical-coordinate representation of color #31E192: hue angle of 153.07º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31E192 is Cyan = 0.78, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 49 | 225 | 146 | - |
| CMYK | 0.78 | 0 | 0.35 | 0.12 |
| HSL | 153.07º | 0.75% | 0.54% | - |
| HSV(B) | 153.07º | 0.78% | 0.88% | - |
| XYZ | 33.38 | 56.58 | 36.36 | - |
| YUV | 163.37 | 118.19 | 46.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 225 | 146 | 0.78 | 0 | 0.35 | 0.12 | 153.07 | 0.75 | 0.54 |
| Hex | 31 | E1 | 92 | 4E | 0 | 23 | C | 99 | 4B | 36 |
| Octal | 61 | 341 | 222 | 116 | 0 | 43 | 14 | 231 | 113 | 66 |
| Binary | 110001 | 11100001 | 10010010 | 1001110 | 0 | 100011 | 1100 | 10011001 | 1001011 | 110110 |
Color Harmonies of #31E192
Complementary color
Monochromatic Colors of #31E192
Black with #31E192
Text Example
Text Example
White with #31E192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31E192; }
p { color: rgb(49,225,146); }
H1.HeaderClassName
{
color: #31E192;
}
.AnyTagClassName
{
color: #31E192;
}
</style>
background-color css
<style>
a { background-color: #31E192; }
a { background-color: rgb(49,225,146); }
div.DivClassName
{
background-color: #31E192;
}
.BgClassName
{
background-color: #31E192;
}
</style>
border-color css
<style>
span { border-color: #31E192; }
span { border-color: rgb(49,225,146); }
td.TdClassName
{
border-color: #31E192;
}
.TagClassName
{
border-color: #31E192;
}
</style>