Shades of Shamrock #31E47D
Tints of Shamrock #31E47D
RGB
CMYK
RGB Variations
Color information
#31E47D (or 0x31E47D) is known color: Shamrock. HEX triplet: 31, E4 and 7D. RGB value is (49,228,125). Sum of RGB (Red+Green+Blue) = 49+228+125=402 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.19% from 402); Green value is 228 (89.45% from 255 or 56.72% from 402); Blue value is 125 (49.22% from 255 or 31.09% from 402); Max value from RGB is 228 - color contains mainly: green. Hex color #31E47D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31E47D is #CE1B82. Grayscale: #A2A2A2. Windows color (decimal): -13507459 or 8250417. OLE color: 8250417.
HSL color Cylindrical-coordinate representation of color #31E47D: hue angle of 145.47º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31E47D is Cyan = 0.79, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 49 | 228 | 125 | - |
| CMYK | 0.79 | 0 | 0.45 | 0.11 |
| HSL | 145.47º | 0.77% | 0.54% | - |
| HSV(B) | 145.47º | 0.79% | 0.89% | - |
| XYZ | 32.71 | 57.62 | 28.8 | - |
| YUV | 162.74 | 106.7 | 46.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 228 | 125 | 0.79 | 0 | 0.45 | 0.11 | 145.47 | 0.77 | 0.54 |
| Hex | 31 | E4 | 7D | 4F | 0 | 2D | B | 91 | 4D | 36 |
| Octal | 61 | 344 | 175 | 117 | 0 | 55 | 13 | 221 | 115 | 66 |
| Binary | 110001 | 11100100 | 1111101 | 1001111 | 0 | 101101 | 1011 | 10010001 | 1001101 | 110110 |
Color Harmonies of #31E47D
Complementary color
Monochromatic Colors of #31E47D
Black with #31E47D
Text Example
Text Example
White with #31E47D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31E47D; }
p { color: rgb(49,228,125); }
H1.HeaderClassName
{
color: #31E47D;
}
.AnyTagClassName
{
color: #31E47D;
}
</style>
background-color css
<style>
a { background-color: #31E47D; }
a { background-color: rgb(49,228,125); }
div.DivClassName
{
background-color: #31E47D;
}
.BgClassName
{
background-color: #31E47D;
}
</style>
border-color css
<style>
span { border-color: #31E47D; }
span { border-color: rgb(49,228,125); }
td.TdClassName
{
border-color: #31E47D;
}
.TagClassName
{
border-color: #31E47D;
}
</style>