Shades of Shamrock #31DA94
Tints of Shamrock #31DA94
RGB
CMYK
RGB Variations
Color information
#31DA94 (or 0x31DA94) is known color: Shamrock. HEX triplet: 31, DA and 94. RGB value is (49,218,148). Sum of RGB (Red+Green+Blue) = 49+218+148=415 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.81% from 415); Green value is 218 (85.55% from 255 or 52.53% from 415); Blue value is 148 (58.20% from 255 or 35.66% from 415); Max value from RGB is 218 - color contains mainly: green. Hex color #31DA94 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31DA94 is #CE256B. Grayscale: #9F9F9F. Windows color (decimal): -13509996 or 9755185. OLE color: 9755185.
HSL color Cylindrical-coordinate representation of color #31DA94: hue angle of 155.15º 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 #31DA94 is Cyan = 0.78, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 49 | 218 | 148 | - |
| CMYK | 0.78 | 0 | 0.32 | 0.15 |
| HSL | 155.15º | 0.7% | 0.52% | - |
| HSV(B) | 155.15º | 0.78% | 0.85% | - |
| XYZ | 31.68 | 52.93 | 36.56 | - |
| YUV | 159.49 | 121.51 | 49.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 218 | 148 | 0.78 | 0 | 0.32 | 0.15 | 155.15 | 0.7 | 0.52 |
| Hex | 31 | DA | 94 | 4E | 0 | 20 | F | 9B | 46 | 34 |
| Octal | 61 | 332 | 224 | 116 | 0 | 40 | 17 | 233 | 106 | 64 |
| Binary | 110001 | 11011010 | 10010100 | 1001110 | 0 | 100000 | 1111 | 10011011 | 1000110 | 110100 |
Color Harmonies of #31DA94
Complementary color
Monochromatic Colors of #31DA94
Black with #31DA94
Text Example
Text Example
White with #31DA94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DA94; }
p { color: rgb(49,218,148); }
H1.HeaderClassName
{
color: #31DA94;
}
.AnyTagClassName
{
color: #31DA94;
}
</style>
background-color css
<style>
a { background-color: #31DA94; }
a { background-color: rgb(49,218,148); }
div.DivClassName
{
background-color: #31DA94;
}
.BgClassName
{
background-color: #31DA94;
}
</style>
border-color css
<style>
span { border-color: #31DA94; }
span { border-color: rgb(49,218,148); }
td.TdClassName
{
border-color: #31DA94;
}
.TagClassName
{
border-color: #31DA94;
}
</style>