Shades of Shamrock #31F89D
Tints of Shamrock #31F89D
RGB
CMYK
RGB Variations
Color information
#31F89D (or 0x31F89D) is known color: Shamrock. HEX triplet: 31, F8 and 9D. RGB value is (49,248,157). Sum of RGB (Red+Green+Blue) = 49+248+157=454 (60% of max value = 765). Red value is 49 (19.53% from 255 or 10.79% from 454); Green value is 248 (97.27% from 255 or 54.63% from 454); Blue value is 157 (61.72% from 255 or 34.58% from 454); Max value from RGB is 248 - color contains mainly: green. Hex color #31F89D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #31F89D is #CE0762. Grayscale: #B2B2B2. Windows color (decimal): -13502307 or 10352689. OLE color: 10352689.
HSL color Cylindrical-coordinate representation of color #31F89D: hue angle of 152.56º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31F89D is Cyan = 0.80, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 49 | 248 | 157 | - |
| CMYK | 0.80 | 0 | 0.37 | 0.03 |
| HSL | 152.56º | 0.93% | 0.58% | - |
| HSV(B) | 152.56º | 0.8% | 0.97% | - |
| XYZ | 40.92 | 70.22 | 43.3 | - |
| YUV | 178.13 | 116.07 | 35.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 248 | 157 | 0.80 | 0 | 0.37 | 0.03 | 152.56 | 0.93 | 0.58 |
| Hex | 31 | F8 | 9D | 50 | 0 | 25 | 3 | 99 | 5D | 3A |
| Octal | 61 | 370 | 235 | 120 | 0 | 45 | 3 | 231 | 135 | 72 |
| Binary | 110001 | 11111000 | 10011101 | 1010000 | 0 | 100101 | 11 | 10011001 | 1011101 | 111010 |
Color Harmonies of #31F89D
Complementary color
Monochromatic Colors of #31F89D
Black with #31F89D
Text Example
Text Example
White with #31F89D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F89D; }
p { color: rgb(49,248,157); }
H1.HeaderClassName
{
color: #31F89D;
}
.AnyTagClassName
{
color: #31F89D;
}
</style>
background-color css
<style>
a { background-color: #31F89D; }
a { background-color: rgb(49,248,157); }
div.DivClassName
{
background-color: #31F89D;
}
.BgClassName
{
background-color: #31F89D;
}
</style>
border-color css
<style>
span { border-color: #31F89D; }
span { border-color: rgb(49,248,157); }
td.TdClassName
{
border-color: #31F89D;
}
.TagClassName
{
border-color: #31F89D;
}
</style>