Shades of Shamrock #31D77D
Tints of Shamrock #31D77D
RGB
CMYK
RGB Variations
Color information
#31D77D (or 0x31D77D) is known color: Shamrock. HEX triplet: 31, D7 and 7D. RGB value is (49,215,125). Sum of RGB (Red+Green+Blue) = 49+215+125=389 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.60% from 389); Green value is 215 (84.38% from 255 or 55.27% from 389); Blue value is 125 (49.22% from 255 or 32.13% from 389); Max value from RGB is 215 - color contains mainly: green. Hex color #31D77D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31D77D is #CE2882. Grayscale: #9B9B9B. Windows color (decimal): -13510787 or 8247089. OLE color: 8247089.
HSL color Cylindrical-coordinate representation of color #31D77D: hue angle of 147.47º 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 #31D77D is Cyan = 0.77, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 49 | 215 | 125 | - |
| CMYK | 0.77 | 0 | 0.42 | 0.16 |
| HSL | 147.47º | 0.67% | 0.52% | - |
| HSV(B) | 147.47º | 0.77% | 0.84% | - |
| XYZ | 29.27 | 50.73 | 27.65 | - |
| YUV | 155.11 | 111 | 52.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 215 | 125 | 0.77 | 0 | 0.42 | 0.16 | 147.47 | 0.67 | 0.52 |
| Hex | 31 | D7 | 7D | 4D | 0 | 2A | 10 | 93 | 43 | 34 |
| Octal | 61 | 327 | 175 | 115 | 0 | 52 | 20 | 223 | 103 | 64 |
| Binary | 110001 | 11010111 | 1111101 | 1001101 | 0 | 101010 | 10000 | 10010011 | 1000011 | 110100 |
Color Harmonies of #31D77D
Complementary color
Monochromatic Colors of #31D77D
Black with #31D77D
Text Example
Text Example
White with #31D77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D77D; }
p { color: rgb(49,215,125); }
H1.HeaderClassName
{
color: #31D77D;
}
.AnyTagClassName
{
color: #31D77D;
}
</style>
background-color css
<style>
a { background-color: #31D77D; }
a { background-color: rgb(49,215,125); }
div.DivClassName
{
background-color: #31D77D;
}
.BgClassName
{
background-color: #31D77D;
}
</style>
border-color css
<style>
span { border-color: #31D77D; }
span { border-color: rgb(49,215,125); }
td.TdClassName
{
border-color: #31D77D;
}
.TagClassName
{
border-color: #31D77D;
}
</style>