Shades of Shamrock #31D687
Tints of Shamrock #31D687
RGB
CMYK
RGB Variations
Color information
#31D687 (or 0x31D687) is known color: Shamrock. HEX triplet: 31, D6 and 87. RGB value is (49,214,135). Sum of RGB (Red+Green+Blue) = 49+214+135=398 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.31% from 398); Green value is 214 (83.98% from 255 or 53.77% from 398); Blue value is 135 (53.12% from 255 or 33.92% from 398); Max value from RGB is 214 - color contains mainly: green. Hex color #31D687 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31D687 is #CE2978. Grayscale: #9B9B9B. Windows color (decimal): -13511033 or 8902193. OLE color: 8902193.
HSL color Cylindrical-coordinate representation of color #31D687: hue angle of 151.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 #31D687 is Cyan = 0.77, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 49 | 214 | 135 | - |
| CMYK | 0.77 | 0 | 0.37 | 0.16 |
| HSL | 151.27º | 0.67% | 0.52% | - |
| HSV(B) | 151.27º | 0.77% | 0.84% | - |
| XYZ | 29.69 | 50.5 | 31.1 | - |
| YUV | 155.66 | 116.34 | 51.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 214 | 135 | 0.77 | 0 | 0.37 | 0.16 | 151.27 | 0.67 | 0.52 |
| Hex | 31 | D6 | 87 | 4D | 0 | 25 | 10 | 97 | 43 | 34 |
| Octal | 61 | 326 | 207 | 115 | 0 | 45 | 20 | 227 | 103 | 64 |
| Binary | 110001 | 11010110 | 10000111 | 1001101 | 0 | 100101 | 10000 | 10010111 | 1000011 | 110100 |
Color Harmonies of #31D687
Complementary color
Monochromatic Colors of #31D687
Black with #31D687
Text Example
Text Example
White with #31D687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D687; }
p { color: rgb(49,214,135); }
H1.HeaderClassName
{
color: #31D687;
}
.AnyTagClassName
{
color: #31D687;
}
</style>
background-color css
<style>
a { background-color: #31D687; }
a { background-color: rgb(49,214,135); }
div.DivClassName
{
background-color: #31D687;
}
.BgClassName
{
background-color: #31D687;
}
</style>
border-color css
<style>
span { border-color: #31D687; }
span { border-color: rgb(49,214,135); }
td.TdClassName
{
border-color: #31D687;
}
.TagClassName
{
border-color: #31D687;
}
</style>