Shades of Shamrock #31E294
Tints of Shamrock #31E294
RGB
CMYK
RGB Variations
Color information
#31E294 (or 0x31E294) is known color: Shamrock. HEX triplet: 31, E2 and 94. RGB value is (49,226,148). Sum of RGB (Red+Green+Blue) = 49+226+148=423 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.58% from 423); Green value is 226 (88.67% from 255 or 53.43% from 423); Blue value is 148 (58.20% from 255 or 34.99% from 423); Max value from RGB is 226 - color contains mainly: green. Hex color #31E294 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31E294 is #CE1D6B. Grayscale: #A4A4A4. Windows color (decimal): -13507948 or 9757233. OLE color: 9757233.
HSL color Cylindrical-coordinate representation of color #31E294: hue angle of 153.56º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31E294 is Cyan = 0.78, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 49 | 226 | 148 | - |
| CMYK | 0.78 | 0 | 0.35 | 0.11 |
| HSL | 153.56º | 0.75% | 0.54% | - |
| HSV(B) | 153.56º | 0.78% | 0.89% | - |
| XYZ | 33.81 | 57.18 | 37.27 | - |
| YUV | 164.19 | 118.86 | 45.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 226 | 148 | 0.78 | 0 | 0.35 | 0.11 | 153.56 | 0.75 | 0.54 |
| Hex | 31 | E2 | 94 | 4E | 0 | 23 | B | 9A | 4B | 36 |
| Octal | 61 | 342 | 224 | 116 | 0 | 43 | 13 | 232 | 113 | 66 |
| Binary | 110001 | 11100010 | 10010100 | 1001110 | 0 | 100011 | 1011 | 10011010 | 1001011 | 110110 |
Color Harmonies of #31E294
Complementary color
Monochromatic Colors of #31E294
Black with #31E294
Text Example
Text Example
White with #31E294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31E294; }
p { color: rgb(49,226,148); }
H1.HeaderClassName
{
color: #31E294;
}
.AnyTagClassName
{
color: #31E294;
}
</style>
background-color css
<style>
a { background-color: #31E294; }
a { background-color: rgb(49,226,148); }
div.DivClassName
{
background-color: #31E294;
}
.BgClassName
{
background-color: #31E294;
}
</style>
border-color css
<style>
span { border-color: #31E294; }
span { border-color: rgb(49,226,148); }
td.TdClassName
{
border-color: #31E294;
}
.TagClassName
{
border-color: #31E294;
}
</style>