Shades of Shamrock #31CE7E
Tints of Shamrock #31CE7E
RGB
CMYK
RGB Variations
Color information
#31CE7E (or 0x31CE7E) is known color: Shamrock. HEX triplet: 31, CE and 7E. RGB value is (49,206,126). Sum of RGB (Red+Green+Blue) = 49+206+126=381 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.86% from 381); Green value is 206 (80.86% from 255 or 54.07% from 381); Blue value is 126 (49.61% from 255 or 33.07% from 381); Max value from RGB is 206 - color contains mainly: green. Hex color #31CE7E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31CE7E is #CE3181. Grayscale: #969696. Windows color (decimal): -13513090 or 8310321. OLE color: 8310321.
HSL color Cylindrical-coordinate representation of color #31CE7E: hue angle of 149.43º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31CE7E is Cyan = 0.76, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 206 | 126 | - |
| CMYK | 0.76 | 0 | 0.39 | 0.19 |
| HSL | 149.43º | 0.62% | 0.5% | - |
| HSV(B) | 149.43º | 0.76% | 0.81% | - |
| XYZ | 27.1 | 46.3 | 27.25 | - |
| YUV | 149.94 | 114.49 | 56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 206 | 126 | 0.76 | 0 | 0.39 | 0.19 | 149.43 | 0.62 | 0.5 |
| Hex | 31 | CE | 7E | 4C | 0 | 27 | 13 | 95 | 3E | 32 |
| Octal | 61 | 316 | 176 | 114 | 0 | 47 | 23 | 225 | 76 | 62 |
| Binary | 110001 | 11001110 | 1111110 | 1001100 | 0 | 100111 | 10011 | 10010101 | 111110 | 110010 |
Color Harmonies of #31CE7E
Complementary color
Monochromatic Colors of #31CE7E
Black with #31CE7E
Text Example
Text Example
White with #31CE7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CE7E; }
p { color: rgb(49,206,126); }
H1.HeaderClassName
{
color: #31CE7E;
}
.AnyTagClassName
{
color: #31CE7E;
}
</style>
background-color css
<style>
a { background-color: #31CE7E; }
a { background-color: rgb(49,206,126); }
div.DivClassName
{
background-color: #31CE7E;
}
.BgClassName
{
background-color: #31CE7E;
}
</style>
border-color css
<style>
span { border-color: #31CE7E; }
span { border-color: rgb(49,206,126); }
td.TdClassName
{
border-color: #31CE7E;
}
.TagClassName
{
border-color: #31CE7E;
}
</style>