Shades of Shamrock #31ED9D
Tints of Shamrock #31ED9D
RGB
CMYK
RGB Variations
Color information
#31ED9D (or 0x31ED9D) is known color: Shamrock. HEX triplet: 31, ED and 9D. RGB value is (49,237,157). Sum of RGB (Red+Green+Blue) = 49+237+157=443 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.06% from 443); Green value is 237 (92.97% from 255 or 53.50% from 443); Blue value is 157 (61.72% from 255 or 35.44% from 443); Max value from RGB is 237 - color contains mainly: green. Hex color #31ED9D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #31ED9D is #CE1262. Grayscale: #ABABAB. Windows color (decimal): -13505123 or 10349873. OLE color: 10349873.
HSL color Cylindrical-coordinate representation of color #31ED9D: hue angle of 154.47º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31ED9D is Cyan = 0.79, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 237 | 157 | - |
| CMYK | 0.79 | 0 | 0.34 | 0.07 |
| HSL | 154.47º | 0.84% | 0.56% | - |
| HSV(B) | 154.47º | 0.79% | 0.93% | - |
| XYZ | 37.64 | 63.66 | 42.2 | - |
| YUV | 171.67 | 119.72 | 40.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 237 | 157 | 0.79 | 0 | 0.34 | 0.07 | 154.47 | 0.84 | 0.56 |
| Hex | 31 | ED | 9D | 4F | 0 | 22 | 7 | 9A | 54 | 38 |
| Octal | 61 | 355 | 235 | 117 | 0 | 42 | 7 | 232 | 124 | 70 |
| Binary | 110001 | 11101101 | 10011101 | 1001111 | 0 | 100010 | 111 | 10011010 | 1010100 | 111000 |
Color Harmonies of #31ED9D
Complementary color
Monochromatic Colors of #31ED9D
Black with #31ED9D
Text Example
Text Example
White with #31ED9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31ED9D; }
p { color: rgb(49,237,157); }
H1.HeaderClassName
{
color: #31ED9D;
}
.AnyTagClassName
{
color: #31ED9D;
}
</style>
background-color css
<style>
a { background-color: #31ED9D; }
a { background-color: rgb(49,237,157); }
div.DivClassName
{
background-color: #31ED9D;
}
.BgClassName
{
background-color: #31ED9D;
}
</style>
border-color css
<style>
span { border-color: #31ED9D; }
span { border-color: rgb(49,237,157); }
td.TdClassName
{
border-color: #31ED9D;
}
.TagClassName
{
border-color: #31ED9D;
}
</style>