Shades of Shamrock #31DC99
Tints of Shamrock #31DC99
RGB
CMYK
RGB Variations
Color information
#31DC99 (or 0x31DC99) is known color: Shamrock. HEX triplet: 31, DC and 99. RGB value is (49,220,153). Sum of RGB (Red+Green+Blue) = 49+220+153=422 (55% of max value = 765). Red value is 49 (19.53% from 255 or 11.61% from 422); Green value is 220 (86.33% from 255 or 52.13% from 422); Blue value is 153 (60.16% from 255 or 36.26% from 422); Max value from RGB is 220 - color contains mainly: green. Hex color #31DC99 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31DC99 is #CE2366. Grayscale: #A1A1A1. Windows color (decimal): -13509479 or 10083377. OLE color: 10083377.
HSL color Cylindrical-coordinate representation of color #31DC99: hue angle of 156.49º 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 #31DC99 is Cyan = 0.78, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 220 | 153 | - |
| CMYK | 0.78 | 0 | 0.30 | 0.14 |
| HSL | 156.49º | 0.71% | 0.53% | - |
| HSV(B) | 156.49º | 0.78% | 0.86% | - |
| XYZ | 32.61 | 54.14 | 38.87 | - |
| YUV | 161.23 | 123.35 | 47.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 220 | 153 | 0.78 | 0 | 0.30 | 0.14 | 156.49 | 0.71 | 0.53 |
| Hex | 31 | DC | 99 | 4E | 0 | 1E | E | 9C | 47 | 35 |
| Octal | 61 | 334 | 231 | 116 | 0 | 36 | 16 | 234 | 107 | 65 |
| Binary | 110001 | 11011100 | 10011001 | 1001110 | 0 | 11110 | 1110 | 10011100 | 1000111 | 110101 |
Color Harmonies of #31DC99
Complementary color
Monochromatic Colors of #31DC99
Black with #31DC99
Text Example
Text Example
White with #31DC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DC99; }
p { color: rgb(49,220,153); }
H1.HeaderClassName
{
color: #31DC99;
}
.AnyTagClassName
{
color: #31DC99;
}
</style>
background-color css
<style>
a { background-color: #31DC99; }
a { background-color: rgb(49,220,153); }
div.DivClassName
{
background-color: #31DC99;
}
.BgClassName
{
background-color: #31DC99;
}
</style>
border-color css
<style>
span { border-color: #31DC99; }
span { border-color: rgb(49,220,153); }
td.TdClassName
{
border-color: #31DC99;
}
.TagClassName
{
border-color: #31DC99;
}
</style>