Shades of Shamrock #31D69D
Tints of Shamrock #31D69D
RGB
CMYK
RGB Variations
Color information
#31D69D (or 0x31D69D) is known color: Shamrock. HEX triplet: 31, D6 and 9D. RGB value is (49,214,157). Sum of RGB (Red+Green+Blue) = 49+214+157=420 (55% of max value = 765). Red value is 49 (19.53% from 255 or 11.67% from 420); Green value is 214 (83.98% from 255 or 50.95% from 420); Blue value is 157 (61.72% from 255 or 37.38% from 420); Max value from RGB is 214 - color contains mainly: green. Hex color #31D69D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31D69D is #CE2962. Grayscale: #9E9E9E. Windows color (decimal): -13511011 or 10343985. OLE color: 10343985.
HSL color Cylindrical-coordinate representation of color #31D69D: hue angle of 159.27º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31D69D is Cyan = 0.77, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 49 | 214 | 157 | - |
| CMYK | 0.77 | 0 | 0.27 | 0.16 |
| HSL | 159.27º | 0.67% | 0.52% | - |
| HSV(B) | 159.27º | 0.77% | 0.84% | - |
| XYZ | 31.4 | 51.18 | 40.12 | - |
| YUV | 158.17 | 127.34 | 50.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 214 | 157 | 0.77 | 0 | 0.27 | 0.16 | 159.27 | 0.67 | 0.52 |
| Hex | 31 | D6 | 9D | 4D | 0 | 1B | 10 | 9F | 43 | 34 |
| Octal | 61 | 326 | 235 | 115 | 0 | 33 | 20 | 237 | 103 | 64 |
| Binary | 110001 | 11010110 | 10011101 | 1001101 | 0 | 11011 | 10000 | 10011111 | 1000011 | 110100 |
Color Harmonies of #31D69D
Complementary color
Monochromatic Colors of #31D69D
Black with #31D69D
Text Example
Text Example
White with #31D69D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D69D; }
p { color: rgb(49,214,157); }
H1.HeaderClassName
{
color: #31D69D;
}
.AnyTagClassName
{
color: #31D69D;
}
</style>
background-color css
<style>
a { background-color: #31D69D; }
a { background-color: rgb(49,214,157); }
div.DivClassName
{
background-color: #31D69D;
}
.BgClassName
{
background-color: #31D69D;
}
</style>
border-color css
<style>
span { border-color: #31D69D; }
span { border-color: rgb(49,214,157); }
td.TdClassName
{
border-color: #31D69D;
}
.TagClassName
{
border-color: #31D69D;
}
</style>