Shades of Shamrock #31E180
Tints of Shamrock #31E180
RGB
CMYK
RGB Variations
Color information
#31E180 (or 0x31E180) is known color: Shamrock. HEX triplet: 31, E1 and 80. RGB value is (49,225,128). Sum of RGB (Red+Green+Blue) = 49+225+128=402 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.19% from 402); Green value is 225 (88.28% from 255 or 55.97% from 402); Blue value is 128 (50.39% from 255 or 31.84% from 402); Max value from RGB is 225 - color contains mainly: green. Hex color #31E180 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31E180 is #CE1E7F. Grayscale: #A1A1A1. Windows color (decimal): -13508224 or 8446257. OLE color: 8446257.
HSL color Cylindrical-coordinate representation of color #31E180: hue angle of 146.93º 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 #31E180 is Cyan = 0.78, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 49 | 225 | 128 | - |
| CMYK | 0.78 | 0 | 0.43 | 0.12 |
| HSL | 146.93º | 0.75% | 0.54% | - |
| HSV(B) | 146.93º | 0.78% | 0.88% | - |
| XYZ | 32.09 | 56.06 | 29.55 | - |
| YUV | 161.32 | 109.19 | 47.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 225 | 128 | 0.78 | 0 | 0.43 | 0.12 | 146.93 | 0.75 | 0.54 |
| Hex | 31 | E1 | 80 | 4E | 0 | 2B | C | 93 | 4B | 36 |
| Octal | 61 | 341 | 200 | 116 | 0 | 53 | 14 | 223 | 113 | 66 |
| Binary | 110001 | 11100001 | 10000000 | 1001110 | 0 | 101011 | 1100 | 10010011 | 1001011 | 110110 |
Color Harmonies of #31E180
Complementary color
Monochromatic Colors of #31E180
Black with #31E180
Text Example
Text Example
White with #31E180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31E180; }
p { color: rgb(49,225,128); }
H1.HeaderClassName
{
color: #31E180;
}
.AnyTagClassName
{
color: #31E180;
}
</style>
background-color css
<style>
a { background-color: #31E180; }
a { background-color: rgb(49,225,128); }
div.DivClassName
{
background-color: #31E180;
}
.BgClassName
{
background-color: #31E180;
}
</style>
border-color css
<style>
span { border-color: #31E180; }
span { border-color: rgb(49,225,128); }
td.TdClassName
{
border-color: #31E180;
}
.TagClassName
{
border-color: #31E180;
}
</style>