Shades of Shamrock #31DC96
Tints of Shamrock #31DC96
RGB
CMYK
RGB Variations
Color information
#31DC96 (or 0x31DC96) is known color: Shamrock. HEX triplet: 31, DC and 96. RGB value is (49,220,150). Sum of RGB (Red+Green+Blue) = 49+220+150=419 (55% of max value = 765). Red value is 49 (19.53% from 255 or 11.69% from 419); Green value is 220 (86.33% from 255 or 52.51% from 419); Blue value is 150 (58.98% from 255 or 35.80% from 419); Max value from RGB is 220 - color contains mainly: green. Hex color #31DC96 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31DC96 is #CE2369. Grayscale: #A0A0A0. Windows color (decimal): -13509482 or 9886769. OLE color: 9886769.
HSL color Cylindrical-coordinate representation of color #31DC96: hue angle of 155.44º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31DC96 is Cyan = 0.78, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 220 | 150 | - |
| CMYK | 0.78 | 0 | 0.32 | 0.14 |
| HSL | 155.44º | 0.71% | 0.53% | - |
| HSV(B) | 155.44º | 0.78% | 0.86% | - |
| XYZ | 32.36 | 54.04 | 37.58 | - |
| YUV | 160.89 | 121.85 | 48.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 220 | 150 | 0.78 | 0 | 0.32 | 0.14 | 155.44 | 0.71 | 0.53 |
| Hex | 31 | DC | 96 | 4E | 0 | 20 | E | 9B | 47 | 35 |
| Octal | 61 | 334 | 226 | 116 | 0 | 40 | 16 | 233 | 107 | 65 |
| Binary | 110001 | 11011100 | 10010110 | 1001110 | 0 | 100000 | 1110 | 10011011 | 1000111 | 110101 |
Color Harmonies of #31DC96
Complementary color
Monochromatic Colors of #31DC96
Black with #31DC96
Text Example
Text Example
White with #31DC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DC96; }
p { color: rgb(49,220,150); }
H1.HeaderClassName
{
color: #31DC96;
}
.AnyTagClassName
{
color: #31DC96;
}
</style>
background-color css
<style>
a { background-color: #31DC96; }
a { background-color: rgb(49,220,150); }
div.DivClassName
{
background-color: #31DC96;
}
.BgClassName
{
background-color: #31DC96;
}
</style>
border-color css
<style>
span { border-color: #31DC96; }
span { border-color: rgb(49,220,150); }
td.TdClassName
{
border-color: #31DC96;
}
.TagClassName
{
border-color: #31DC96;
}
</style>