Shades of Shamrock #31D685
Tints of Shamrock #31D685
RGB
CMYK
RGB Variations
Color information
#31D685 (or 0x31D685) is known color: Shamrock. HEX triplet: 31, D6 and 85. RGB value is (49,214,133). Sum of RGB (Red+Green+Blue) = 49+214+133=396 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.37% from 396); Green value is 214 (83.98% from 255 or 54.04% from 396); Blue value is 133 (52.34% from 255 or 33.59% from 396); Max value from RGB is 214 - color contains mainly: green. Hex color #31D685 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31D685 is #CE297A. Grayscale: #9B9B9B. Windows color (decimal): -13511035 or 8771121. OLE color: 8771121.
HSL color Cylindrical-coordinate representation of color #31D685: hue angle of 150.55º 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 #31D685 is Cyan = 0.77, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 49 | 214 | 133 | - |
| CMYK | 0.77 | 0 | 0.38 | 0.16 |
| HSL | 150.55º | 0.67% | 0.52% | - |
| HSV(B) | 150.55º | 0.77% | 0.84% | - |
| XYZ | 29.55 | 50.44 | 30.37 | - |
| YUV | 155.43 | 115.34 | 52.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 214 | 133 | 0.77 | 0 | 0.38 | 0.16 | 150.55 | 0.67 | 0.52 |
| Hex | 31 | D6 | 85 | 4D | 0 | 26 | 10 | 97 | 43 | 34 |
| Octal | 61 | 326 | 205 | 115 | 0 | 46 | 20 | 227 | 103 | 64 |
| Binary | 110001 | 11010110 | 10000101 | 1001101 | 0 | 100110 | 10000 | 10010111 | 1000011 | 110100 |
Color Harmonies of #31D685
Complementary color
Monochromatic Colors of #31D685
Black with #31D685
Text Example
Text Example
White with #31D685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D685; }
p { color: rgb(49,214,133); }
H1.HeaderClassName
{
color: #31D685;
}
.AnyTagClassName
{
color: #31D685;
}
</style>
background-color css
<style>
a { background-color: #31D685; }
a { background-color: rgb(49,214,133); }
div.DivClassName
{
background-color: #31D685;
}
.BgClassName
{
background-color: #31D685;
}
</style>
border-color css
<style>
span { border-color: #31D685; }
span { border-color: rgb(49,214,133); }
td.TdClassName
{
border-color: #31D685;
}
.TagClassName
{
border-color: #31D685;
}
</style>