Shades of Shamrock #31DA7E
Tints of Shamrock #31DA7E
RGB
CMYK
RGB Variations
Color information
#31DA7E (or 0x31DA7E) is known color: Shamrock. HEX triplet: 31, DA and 7E. RGB value is (49,218,126). Sum of RGB (Red+Green+Blue) = 49+218+126=393 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.47% from 393); Green value is 218 (85.55% from 255 or 55.47% from 393); Blue value is 126 (49.61% from 255 or 32.06% from 393); Max value from RGB is 218 - color contains mainly: green. Hex color #31DA7E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31DA7E is #CE2581. Grayscale: #9D9D9D. Windows color (decimal): -13510018 or 8313393. OLE color: 8313393.
HSL color Cylindrical-coordinate representation of color #31DA7E: hue angle of 147.34º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31DA7E is Cyan = 0.78, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 49 | 218 | 126 | - |
| CMYK | 0.78 | 0 | 0.42 | 0.15 |
| HSL | 147.34º | 0.7% | 0.52% | - |
| HSV(B) | 147.34º | 0.78% | 0.85% | - |
| XYZ | 30.1 | 52.3 | 28.25 | - |
| YUV | 156.98 | 110.51 | 50.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 218 | 126 | 0.78 | 0 | 0.42 | 0.15 | 147.34 | 0.7 | 0.52 |
| Hex | 31 | DA | 7E | 4E | 0 | 2A | F | 93 | 46 | 34 |
| Octal | 61 | 332 | 176 | 116 | 0 | 52 | 17 | 223 | 106 | 64 |
| Binary | 110001 | 11011010 | 1111110 | 1001110 | 0 | 101010 | 1111 | 10010011 | 1000110 | 110100 |
Color Harmonies of #31DA7E
Complementary color
Monochromatic Colors of #31DA7E
Black with #31DA7E
Text Example
Text Example
White with #31DA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DA7E; }
p { color: rgb(49,218,126); }
H1.HeaderClassName
{
color: #31DA7E;
}
.AnyTagClassName
{
color: #31DA7E;
}
</style>
background-color css
<style>
a { background-color: #31DA7E; }
a { background-color: rgb(49,218,126); }
div.DivClassName
{
background-color: #31DA7E;
}
.BgClassName
{
background-color: #31DA7E;
}
</style>
border-color css
<style>
span { border-color: #31DA7E; }
span { border-color: rgb(49,218,126); }
td.TdClassName
{
border-color: #31DA7E;
}
.TagClassName
{
border-color: #31DA7E;
}
</style>