Shades of Shamrock #31EF8F
Tints of Shamrock #31EF8F
RGB
CMYK
RGB Variations
Color information
#31EF8F (or 0x31EF8F) is known color: Shamrock. HEX triplet: 31, EF and 8F. RGB value is (49,239,143). Sum of RGB (Red+Green+Blue) = 49+239+143=431 (57% of max value = 765). Red value is 49 (19.53% from 255 or 11.37% from 431); Green value is 239 (93.75% from 255 or 55.45% from 431); Blue value is 143 (56.25% from 255 or 33.18% from 431); Max value from RGB is 239 - color contains mainly: green. Hex color #31EF8F is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #31EF8F is #CE1070. Grayscale: #ABABAB. Windows color (decimal): -13504625 or 9432881. OLE color: 9432881.
HSL color Cylindrical-coordinate representation of color #31EF8F: hue angle of 149.68º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31EF8F is Cyan = 0.79, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 49 | 239 | 143 | - |
| CMYK | 0.79 | 0 | 0.40 | 0.06 |
| HSL | 149.68º | 0.86% | 0.56% | - |
| HSV(B) | 149.68º | 0.79% | 0.94% | - |
| XYZ | 37.09 | 64.37 | 36.46 | - |
| YUV | 171.25 | 112.05 | 40.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 239 | 143 | 0.79 | 0 | 0.40 | 0.06 | 149.68 | 0.86 | 0.56 |
| Hex | 31 | EF | 8F | 4F | 0 | 28 | 6 | 96 | 56 | 38 |
| Octal | 61 | 357 | 217 | 117 | 0 | 50 | 6 | 226 | 126 | 70 |
| Binary | 110001 | 11101111 | 10001111 | 1001111 | 0 | 101000 | 110 | 10010110 | 1010110 | 111000 |
Color Harmonies of #31EF8F
Complementary color
Monochromatic Colors of #31EF8F
Black with #31EF8F
Text Example
Text Example
White with #31EF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31EF8F; }
p { color: rgb(49,239,143); }
H1.HeaderClassName
{
color: #31EF8F;
}
.AnyTagClassName
{
color: #31EF8F;
}
</style>
background-color css
<style>
a { background-color: #31EF8F; }
a { background-color: rgb(49,239,143); }
div.DivClassName
{
background-color: #31EF8F;
}
.BgClassName
{
background-color: #31EF8F;
}
</style>
border-color css
<style>
span { border-color: #31EF8F; }
span { border-color: rgb(49,239,143); }
td.TdClassName
{
border-color: #31EF8F;
}
.TagClassName
{
border-color: #31EF8F;
}
</style>