Shades of Shamrock #31DB9A
Tints of Shamrock #31DB9A
RGB
CMYK
RGB Variations
Color information
#31DB9A (or 0x31DB9A) is known color: Shamrock. HEX triplet: 31, DB and 9A. RGB value is (49,219,154). Sum of RGB (Red+Green+Blue) = 49+219+154=422 (55% of max value = 765). Red value is 49 (19.53% from 255 or 11.61% from 422); Green value is 219 (85.94% from 255 or 51.90% from 422); Blue value is 154 (60.55% from 255 or 36.49% from 422); Max value from RGB is 219 - color contains mainly: green. Hex color #31DB9A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31DB9A is #CE2465. Grayscale: #A0A0A0. Windows color (decimal): -13509734 or 10148657. OLE color: 10148657.
HSL color Cylindrical-coordinate representation of color #31DB9A: hue angle of 157.06º degrees, saturation: 0.7, 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 #31DB9A is Cyan = 0.78, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 219 | 154 | - |
| CMYK | 0.78 | 0 | 0.30 | 0.14 |
| HSL | 157.06º | 0.7% | 0.53% | - |
| HSV(B) | 157.06º | 0.78% | 0.86% | - |
| XYZ | 32.43 | 53.65 | 39.22 | - |
| YUV | 160.76 | 124.18 | 48.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 219 | 154 | 0.78 | 0 | 0.30 | 0.14 | 157.06 | 0.7 | 0.53 |
| Hex | 31 | DB | 9A | 4E | 0 | 1E | E | 9D | 46 | 35 |
| Octal | 61 | 333 | 232 | 116 | 0 | 36 | 16 | 235 | 106 | 65 |
| Binary | 110001 | 11011011 | 10011010 | 1001110 | 0 | 11110 | 1110 | 10011101 | 1000110 | 110101 |
Color Harmonies of #31DB9A
Complementary color
Monochromatic Colors of #31DB9A
Black with #31DB9A
Text Example
Text Example
White with #31DB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DB9A; }
p { color: rgb(49,219,154); }
H1.HeaderClassName
{
color: #31DB9A;
}
.AnyTagClassName
{
color: #31DB9A;
}
</style>
background-color css
<style>
a { background-color: #31DB9A; }
a { background-color: rgb(49,219,154); }
div.DivClassName
{
background-color: #31DB9A;
}
.BgClassName
{
background-color: #31DB9A;
}
</style>
border-color css
<style>
span { border-color: #31DB9A; }
span { border-color: rgb(49,219,154); }
td.TdClassName
{
border-color: #31DB9A;
}
.TagClassName
{
border-color: #31DB9A;
}
</style>