Shades of Shamrock #31DA9C
Tints of Shamrock #31DA9C
RGB
CMYK
RGB Variations
Color information
#31DA9C (or 0x31DA9C) is known color: Shamrock. HEX triplet: 31, DA and 9C. RGB value is (49,218,156). Sum of RGB (Red+Green+Blue) = 49+218+156=423 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.58% from 423); Green value is 218 (85.55% from 255 or 51.54% from 423); Blue value is 156 (61.33% from 255 or 36.88% from 423); Max value from RGB is 218 - color contains mainly: green. Hex color #31DA9C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31DA9C is #CE2563. Grayscale: #A0A0A0. Windows color (decimal): -13509988 or 10279473. OLE color: 10279473.
HSL color Cylindrical-coordinate representation of color #31DA9C: hue angle of 157.99º 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 #31DA9C is Cyan = 0.78, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 49 | 218 | 156 | - |
| CMYK | 0.78 | 0 | 0.28 | 0.15 |
| HSL | 157.99º | 0.7% | 0.52% | - |
| HSV(B) | 157.99º | 0.78% | 0.85% | - |
| XYZ | 32.34 | 53.2 | 40.02 | - |
| YUV | 160.4 | 125.51 | 48.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 218 | 156 | 0.78 | 0 | 0.28 | 0.15 | 157.99 | 0.7 | 0.52 |
| Hex | 31 | DA | 9C | 4E | 0 | 1C | F | 9E | 46 | 34 |
| Octal | 61 | 332 | 234 | 116 | 0 | 34 | 17 | 236 | 106 | 64 |
| Binary | 110001 | 11011010 | 10011100 | 1001110 | 0 | 11100 | 1111 | 10011110 | 1000110 | 110100 |
Color Harmonies of #31DA9C
Complementary color
Monochromatic Colors of #31DA9C
Black with #31DA9C
Text Example
Text Example
White with #31DA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DA9C; }
p { color: rgb(49,218,156); }
H1.HeaderClassName
{
color: #31DA9C;
}
.AnyTagClassName
{
color: #31DA9C;
}
</style>
background-color css
<style>
a { background-color: #31DA9C; }
a { background-color: rgb(49,218,156); }
div.DivClassName
{
background-color: #31DA9C;
}
.BgClassName
{
background-color: #31DA9C;
}
</style>
border-color css
<style>
span { border-color: #31DA9C; }
span { border-color: rgb(49,218,156); }
td.TdClassName
{
border-color: #31DA9C;
}
.TagClassName
{
border-color: #31DA9C;
}
</style>