Shades of Shamrock #31EF8A
Tints of Shamrock #31EF8A
RGB
CMYK
RGB Variations
Color information
#31EF8A (or 0x31EF8A) is known color: Shamrock. HEX triplet: 31, EF and 8A. RGB value is (49,239,138). Sum of RGB (Red+Green+Blue) = 49+239+138=426 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.50% from 426); Green value is 239 (93.75% from 255 or 56.10% from 426); Blue value is 138 (54.30% from 255 or 32.39% from 426); Max value from RGB is 239 - color contains mainly: green. Hex color #31EF8A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #31EF8A is #CE1075. Grayscale: #AAAAAA. Windows color (decimal): -13504630 or 9105201. OLE color: 9105201.
HSL color Cylindrical-coordinate representation of color #31EF8A: hue angle of 148.11º 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 #31EF8A is Cyan = 0.79, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 49 | 239 | 138 | - |
| CMYK | 0.79 | 0 | 0.42 | 0.06 |
| HSL | 148.11º | 0.86% | 0.56% | - |
| HSV(B) | 148.11º | 0.79% | 0.94% | - |
| XYZ | 36.72 | 64.22 | 34.51 | - |
| YUV | 170.68 | 109.55 | 41.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 239 | 138 | 0.79 | 0 | 0.42 | 0.06 | 148.11 | 0.86 | 0.56 |
| Hex | 31 | EF | 8A | 4F | 0 | 2A | 6 | 94 | 56 | 38 |
| Octal | 61 | 357 | 212 | 117 | 0 | 52 | 6 | 224 | 126 | 70 |
| Binary | 110001 | 11101111 | 10001010 | 1001111 | 0 | 101010 | 110 | 10010100 | 1010110 | 111000 |
Color Harmonies of #31EF8A
Complementary color
Monochromatic Colors of #31EF8A
Black with #31EF8A
Text Example
Text Example
White with #31EF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31EF8A; }
p { color: rgb(49,239,138); }
H1.HeaderClassName
{
color: #31EF8A;
}
.AnyTagClassName
{
color: #31EF8A;
}
</style>
background-color css
<style>
a { background-color: #31EF8A; }
a { background-color: rgb(49,239,138); }
div.DivClassName
{
background-color: #31EF8A;
}
.BgClassName
{
background-color: #31EF8A;
}
</style>
border-color css
<style>
span { border-color: #31EF8A; }
span { border-color: rgb(49,239,138); }
td.TdClassName
{
border-color: #31EF8A;
}
.TagClassName
{
border-color: #31EF8A;
}
</style>