Shades of Shamrock #31E094
Tints of Shamrock #31E094
RGB
CMYK
RGB Variations
Color information
#31E094 (or 0x31E094) is known color: Shamrock. HEX triplet: 31, E0 and 94. RGB value is (49,224,148). Sum of RGB (Red+Green+Blue) = 49+224+148=421 (55% of max value = 765). Red value is 49 (19.53% from 255 or 11.64% from 421); Green value is 224 (87.89% from 255 or 53.21% from 421); Blue value is 148 (58.20% from 255 or 35.15% from 421); Max value from RGB is 224 - color contains mainly: green. Hex color #31E094 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31E094 is #CE1F6B. Grayscale: #A3A3A3. Windows color (decimal): -13508460 or 9756721. OLE color: 9756721.
HSL color Cylindrical-coordinate representation of color #31E094: hue angle of 153.94º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31E094 is Cyan = 0.78, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 49 | 224 | 148 | - |
| CMYK | 0.78 | 0 | 0.34 | 0.12 |
| HSL | 153.94º | 0.74% | 0.54% | - |
| HSV(B) | 153.94º | 0.78% | 0.88% | - |
| XYZ | 33.27 | 56.1 | 37.09 | - |
| YUV | 163.01 | 119.52 | 46.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 224 | 148 | 0.78 | 0 | 0.34 | 0.12 | 153.94 | 0.74 | 0.54 |
| Hex | 31 | E0 | 94 | 4E | 0 | 22 | C | 9A | 4A | 36 |
| Octal | 61 | 340 | 224 | 116 | 0 | 42 | 14 | 232 | 112 | 66 |
| Binary | 110001 | 11100000 | 10010100 | 1001110 | 0 | 100010 | 1100 | 10011010 | 1001010 | 110110 |
Color Harmonies of #31E094
Complementary color
Monochromatic Colors of #31E094
Black with #31E094
Text Example
Text Example
White with #31E094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31E094; }
p { color: rgb(49,224,148); }
H1.HeaderClassName
{
color: #31E094;
}
.AnyTagClassName
{
color: #31E094;
}
</style>
background-color css
<style>
a { background-color: #31E094; }
a { background-color: rgb(49,224,148); }
div.DivClassName
{
background-color: #31E094;
}
.BgClassName
{
background-color: #31E094;
}
</style>
border-color css
<style>
span { border-color: #31E094; }
span { border-color: rgb(49,224,148); }
td.TdClassName
{
border-color: #31E094;
}
.TagClassName
{
border-color: #31E094;
}
</style>