Shades of Shamrock #31EDB0
Tints of Shamrock #31EDB0
RGB
CMYK
RGB Variations
Color information
#31EDB0 (or 0x31EDB0) is known color: Shamrock. HEX triplet: 31, ED and B0. RGB value is (49,237,176). Sum of RGB (Red+Green+Blue) = 49+237+176=462 (61% of max value = 765). Red value is 49 (19.53% from 255 or 10.61% from 462); Green value is 237 (92.97% from 255 or 51.30% from 462); Blue value is 176 (69.14% from 255 or 38.10% from 462); Max value from RGB is 237 - color contains mainly: green. Hex color #31EDB0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #31EDB0 is #CE124F. Grayscale: #ADADAD. Windows color (decimal): -13505104 or 11595057. OLE color: 11595057.
HSL color Cylindrical-coordinate representation of color #31EDB0: hue angle of 160.53º 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 #31EDB0 is Cyan = 0.79, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 237 | 176 | - |
| CMYK | 0.79 | 0 | 0.26 | 0.07 |
| HSL | 160.53º | 0.84% | 0.56% | - |
| HSV(B) | 160.53º | 0.79% | 0.93% | - |
| XYZ | 39.39 | 64.36 | 51.42 | - |
| YUV | 173.83 | 129.22 | 38.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 237 | 176 | 0.79 | 0 | 0.26 | 0.07 | 160.53 | 0.84 | 0.56 |
| Hex | 31 | ED | B0 | 4F | 0 | 1A | 7 | A1 | 54 | 38 |
| Octal | 61 | 355 | 260 | 117 | 0 | 32 | 7 | 241 | 124 | 70 |
| Binary | 110001 | 11101101 | 10110000 | 1001111 | 0 | 11010 | 111 | 10100001 | 1010100 | 111000 |
Color Harmonies of #31EDB0
Complementary color
Monochromatic Colors of #31EDB0
Black with #31EDB0
Text Example
Text Example
White with #31EDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31EDB0; }
p { color: rgb(49,237,176); }
H1.HeaderClassName
{
color: #31EDB0;
}
.AnyTagClassName
{
color: #31EDB0;
}
</style>
background-color css
<style>
a { background-color: #31EDB0; }
a { background-color: rgb(49,237,176); }
div.DivClassName
{
background-color: #31EDB0;
}
.BgClassName
{
background-color: #31EDB0;
}
</style>
border-color css
<style>
span { border-color: #31EDB0; }
span { border-color: rgb(49,237,176); }
td.TdClassName
{
border-color: #31EDB0;
}
.TagClassName
{
border-color: #31EDB0;
}
</style>