Shades of Shamrock #31E87D
Tints of Shamrock #31E87D
RGB
CMYK
RGB Variations
Color information
#31E87D (or 0x31E87D) is known color: Shamrock. HEX triplet: 31, E8 and 7D. RGB value is (49,232,125). Sum of RGB (Red+Green+Blue) = 49+232+125=406 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.07% from 406); Green value is 232 (91.02% from 255 or 57.14% from 406); Blue value is 125 (49.22% from 255 or 30.79% from 406); Max value from RGB is 232 - color contains mainly: green. Hex color #31E87D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #31E87D is #CE1782. Grayscale: #A5A5A5. Windows color (decimal): -13506435 or 8251441. OLE color: 8251441.
HSL color Cylindrical-coordinate representation of color #31E87D: hue angle of 144.92º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31E87D is Cyan = 0.79, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 49 | 232 | 125 | - |
| CMYK | 0.79 | 0 | 0.46 | 0.09 |
| HSL | 144.92º | 0.8% | 0.55% | - |
| HSV(B) | 144.92º | 0.79% | 0.91% | - |
| XYZ | 33.82 | 59.85 | 29.17 | - |
| YUV | 165.09 | 105.37 | 45.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 232 | 125 | 0.79 | 0 | 0.46 | 0.09 | 144.92 | 0.8 | 0.55 |
| Hex | 31 | E8 | 7D | 4F | 0 | 2E | 9 | 91 | 50 | 37 |
| Octal | 61 | 350 | 175 | 117 | 0 | 56 | 11 | 221 | 120 | 67 |
| Binary | 110001 | 11101000 | 1111101 | 1001111 | 0 | 101110 | 1001 | 10010001 | 1010000 | 110111 |
Color Harmonies of #31E87D
Complementary color
Monochromatic Colors of #31E87D
Black with #31E87D
Text Example
Text Example
White with #31E87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31E87D; }
p { color: rgb(49,232,125); }
H1.HeaderClassName
{
color: #31E87D;
}
.AnyTagClassName
{
color: #31E87D;
}
</style>
background-color css
<style>
a { background-color: #31E87D; }
a { background-color: rgb(49,232,125); }
div.DivClassName
{
background-color: #31E87D;
}
.BgClassName
{
background-color: #31E87D;
}
</style>
border-color css
<style>
span { border-color: #31E87D; }
span { border-color: rgb(49,232,125); }
td.TdClassName
{
border-color: #31E87D;
}
.TagClassName
{
border-color: #31E87D;
}
</style>