Shades of Shamrock #31D57D
Tints of Shamrock #31D57D
RGB
CMYK
RGB Variations
Color information
#31D57D (or 0x31D57D) is known color: Shamrock. HEX triplet: 31, D5 and 7D. RGB value is (49,213,125). Sum of RGB (Red+Green+Blue) = 49+213+125=387 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.66% from 387); Green value is 213 (83.59% from 255 or 55.04% from 387); Blue value is 125 (49.22% from 255 or 32.30% from 387); Max value from RGB is 213 - color contains mainly: green. Hex color #31D57D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31D57D is #CE2A82. Grayscale: #9A9A9A. Windows color (decimal): -13511299 or 8246577. OLE color: 8246577.
HSL color Cylindrical-coordinate representation of color #31D57D: hue angle of 147.8º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31D57D is Cyan = 0.77, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 49 | 213 | 125 | - |
| CMYK | 0.77 | 0 | 0.41 | 0.16 |
| HSL | 147.8º | 0.66% | 0.51% | - |
| HSV(B) | 147.8º | 0.77% | 0.84% | - |
| XYZ | 28.76 | 49.72 | 27.48 | - |
| YUV | 153.93 | 111.67 | 53.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 213 | 125 | 0.77 | 0 | 0.41 | 0.16 | 147.8 | 0.66 | 0.51 |
| Hex | 31 | D5 | 7D | 4D | 0 | 29 | 10 | 94 | 42 | 33 |
| Octal | 61 | 325 | 175 | 115 | 0 | 51 | 20 | 224 | 102 | 63 |
| Binary | 110001 | 11010101 | 1111101 | 1001101 | 0 | 101001 | 10000 | 10010100 | 1000010 | 110011 |
Color Harmonies of #31D57D
Complementary color
Monochromatic Colors of #31D57D
Black with #31D57D
Text Example
Text Example
White with #31D57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D57D; }
p { color: rgb(49,213,125); }
H1.HeaderClassName
{
color: #31D57D;
}
.AnyTagClassName
{
color: #31D57D;
}
</style>
background-color css
<style>
a { background-color: #31D57D; }
a { background-color: rgb(49,213,125); }
div.DivClassName
{
background-color: #31D57D;
}
.BgClassName
{
background-color: #31D57D;
}
</style>
border-color css
<style>
span { border-color: #31D57D; }
span { border-color: rgb(49,213,125); }
td.TdClassName
{
border-color: #31D57D;
}
.TagClassName
{
border-color: #31D57D;
}
</style>