Shades of Shamrock #31F08E
Tints of Shamrock #31F08E
RGB
CMYK
RGB Variations
Color information
#31F08E (or 0x31F08E) is known color: Shamrock. HEX triplet: 31, F0 and 8E. RGB value is (49,240,142). Sum of RGB (Red+Green+Blue) = 49+240+142=431 (57% of max value = 765). Red value is 49 (19.53% from 255 or 11.37% from 431); Green value is 240 (94.14% from 255 or 55.68% from 431); Blue value is 142 (55.86% from 255 or 32.95% from 431); Max value from RGB is 240 - color contains mainly: green. Hex color #31F08E is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #31F08E is #CE0F71. Grayscale: #ABABAB. Windows color (decimal): -13504370 or 9367601. OLE color: 9367601.
HSL color Cylindrical-coordinate representation of color #31F08E: hue angle of 149.21º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31F08E is Cyan = 0.80, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 49 | 240 | 142 | - |
| CMYK | 0.80 | 0 | 0.41 | 0.06 |
| HSL | 149.21º | 0.86% | 0.57% | - |
| HSV(B) | 149.21º | 0.8% | 0.94% | - |
| XYZ | 37.31 | 64.93 | 36.16 | - |
| YUV | 171.72 | 111.22 | 40.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 240 | 142 | 0.80 | 0 | 0.41 | 0.06 | 149.21 | 0.86 | 0.57 |
| Hex | 31 | F0 | 8E | 50 | 0 | 29 | 6 | 95 | 56 | 39 |
| Octal | 61 | 360 | 216 | 120 | 0 | 51 | 6 | 225 | 126 | 71 |
| Binary | 110001 | 11110000 | 10001110 | 1010000 | 0 | 101001 | 110 | 10010101 | 1010110 | 111001 |
Color Harmonies of #31F08E
Complementary color
Monochromatic Colors of #31F08E
Black with #31F08E
Text Example
Text Example
White with #31F08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F08E; }
p { color: rgb(49,240,142); }
H1.HeaderClassName
{
color: #31F08E;
}
.AnyTagClassName
{
color: #31F08E;
}
</style>
background-color css
<style>
a { background-color: #31F08E; }
a { background-color: rgb(49,240,142); }
div.DivClassName
{
background-color: #31F08E;
}
.BgClassName
{
background-color: #31F08E;
}
</style>
border-color css
<style>
span { border-color: #31F08E; }
span { border-color: rgb(49,240,142); }
td.TdClassName
{
border-color: #31F08E;
}
.TagClassName
{
border-color: #31F08E;
}
</style>