Shades of Shamrock #31DC89
Tints of Shamrock #31DC89
RGB
CMYK
RGB Variations
Color information
#31DC89 (or 0x31DC89) is known color: Shamrock. HEX triplet: 31, DC and 89. RGB value is (49,220,137). Sum of RGB (Red+Green+Blue) = 49+220+137=406 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.07% from 406); Green value is 220 (86.33% from 255 or 54.19% from 406); Blue value is 137 (53.91% from 255 or 33.74% from 406); Max value from RGB is 220 - color contains mainly: green. Hex color #31DC89 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31DC89 is #CE2376. Grayscale: #9F9F9F. Windows color (decimal): -13509495 or 9034801. OLE color: 9034801.
HSL color Cylindrical-coordinate representation of color #31DC89: hue angle of 150.88º 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 #31DC89 is Cyan = 0.78, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 220 | 137 | - |
| CMYK | 0.78 | 0 | 0.38 | 0.14 |
| HSL | 150.88º | 0.71% | 0.53% | - |
| HSV(B) | 150.88º | 0.78% | 0.86% | - |
| XYZ | 31.38 | 53.65 | 32.37 | - |
| YUV | 159.41 | 115.35 | 49.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 220 | 137 | 0.78 | 0 | 0.38 | 0.14 | 150.88 | 0.71 | 0.53 |
| Hex | 31 | DC | 89 | 4E | 0 | 26 | E | 97 | 47 | 35 |
| Octal | 61 | 334 | 211 | 116 | 0 | 46 | 16 | 227 | 107 | 65 |
| Binary | 110001 | 11011100 | 10001001 | 1001110 | 0 | 100110 | 1110 | 10010111 | 1000111 | 110101 |
Color Harmonies of #31DC89
Complementary color
Monochromatic Colors of #31DC89
Black with #31DC89
Text Example
Text Example
White with #31DC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DC89; }
p { color: rgb(49,220,137); }
H1.HeaderClassName
{
color: #31DC89;
}
.AnyTagClassName
{
color: #31DC89;
}
</style>
background-color css
<style>
a { background-color: #31DC89; }
a { background-color: rgb(49,220,137); }
div.DivClassName
{
background-color: #31DC89;
}
.BgClassName
{
background-color: #31DC89;
}
</style>
border-color css
<style>
span { border-color: #31DC89; }
span { border-color: rgb(49,220,137); }
td.TdClassName
{
border-color: #31DC89;
}
.TagClassName
{
border-color: #31DC89;
}
</style>