Shades of Shamrock #31EDA0
Tints of Shamrock #31EDA0
RGB
CMYK
RGB Variations
Color information
#31EDA0 (or 0x31EDA0) is known color: Shamrock. HEX triplet: 31, ED and A0. RGB value is (49,237,160). Sum of RGB (Red+Green+Blue) = 49+237+160=446 (59% of max value = 765). Red value is 49 (19.53% from 255 or 10.99% from 446); Green value is 237 (92.97% from 255 or 53.14% from 446); Blue value is 160 (62.89% from 255 or 35.87% from 446); Max value from RGB is 237 - color contains mainly: green. Hex color #31EDA0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #31EDA0 is #CE125F. Grayscale: #ACACAC. Windows color (decimal): -13505120 or 10546481. OLE color: 10546481.
HSL color Cylindrical-coordinate representation of color #31EDA0: hue angle of 155.43º 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 #31EDA0 is Cyan = 0.79, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 237 | 160 | - |
| CMYK | 0.79 | 0 | 0.32 | 0.07 |
| HSL | 155.43º | 0.84% | 0.56% | - |
| HSV(B) | 155.43º | 0.79% | 0.93% | - |
| XYZ | 37.9 | 63.76 | 43.57 | - |
| YUV | 172.01 | 121.22 | 40.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 237 | 160 | 0.79 | 0 | 0.32 | 0.07 | 155.43 | 0.84 | 0.56 |
| Hex | 31 | ED | A0 | 4F | 0 | 20 | 7 | 9B | 54 | 38 |
| Octal | 61 | 355 | 240 | 117 | 0 | 40 | 7 | 233 | 124 | 70 |
| Binary | 110001 | 11101101 | 10100000 | 1001111 | 0 | 100000 | 111 | 10011011 | 1010100 | 111000 |
Color Harmonies of #31EDA0
Complementary color
Monochromatic Colors of #31EDA0
Black with #31EDA0
Text Example
Text Example
White with #31EDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31EDA0; }
p { color: rgb(49,237,160); }
H1.HeaderClassName
{
color: #31EDA0;
}
.AnyTagClassName
{
color: #31EDA0;
}
</style>
background-color css
<style>
a { background-color: #31EDA0; }
a { background-color: rgb(49,237,160); }
div.DivClassName
{
background-color: #31EDA0;
}
.BgClassName
{
background-color: #31EDA0;
}
</style>
border-color css
<style>
span { border-color: #31EDA0; }
span { border-color: rgb(49,237,160); }
td.TdClassName
{
border-color: #31EDA0;
}
.TagClassName
{
border-color: #31EDA0;
}
</style>