Shades of Shamrock #31D07E
Tints of Shamrock #31D07E
RGB
CMYK
RGB Variations
Color information
#31D07E (or 0x31D07E) is known color: Shamrock. HEX triplet: 31, D0 and 7E. RGB value is (49,208,126). Sum of RGB (Red+Green+Blue) = 49+208+126=383 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.79% from 383); Green value is 208 (81.64% from 255 or 54.31% from 383); Blue value is 126 (49.61% from 255 or 32.90% from 383); Max value from RGB is 208 - color contains mainly: green. Hex color #31D07E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31D07E is #CE2F81. Grayscale: #979797. Windows color (decimal): -13512578 or 8310833. OLE color: 8310833.
HSL color Cylindrical-coordinate representation of color #31D07E: hue angle of 149.06º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31D07E is Cyan = 0.76, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 49 | 208 | 126 | - |
| CMYK | 0.76 | 0 | 0.39 | 0.18 |
| HSL | 149.06º | 0.63% | 0.5% | - |
| HSV(B) | 149.06º | 0.76% | 0.82% | - |
| XYZ | 27.59 | 47.27 | 27.41 | - |
| YUV | 151.11 | 113.82 | 55.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 208 | 126 | 0.76 | 0 | 0.39 | 0.18 | 149.06 | 0.63 | 0.5 |
| Hex | 31 | D0 | 7E | 4C | 0 | 27 | 12 | 95 | 3F | 32 |
| Octal | 61 | 320 | 176 | 114 | 0 | 47 | 22 | 225 | 77 | 62 |
| Binary | 110001 | 11010000 | 1111110 | 1001100 | 0 | 100111 | 10010 | 10010101 | 111111 | 110010 |
Color Harmonies of #31D07E
Complementary color
Monochromatic Colors of #31D07E
Black with #31D07E
Text Example
Text Example
White with #31D07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D07E; }
p { color: rgb(49,208,126); }
H1.HeaderClassName
{
color: #31D07E;
}
.AnyTagClassName
{
color: #31D07E;
}
</style>
background-color css
<style>
a { background-color: #31D07E; }
a { background-color: rgb(49,208,126); }
div.DivClassName
{
background-color: #31D07E;
}
.BgClassName
{
background-color: #31D07E;
}
</style>
border-color css
<style>
span { border-color: #31D07E; }
span { border-color: rgb(49,208,126); }
td.TdClassName
{
border-color: #31D07E;
}
.TagClassName
{
border-color: #31D07E;
}
</style>