Shades of Shamrock #31F98B
Tints of Shamrock #31F98B
RGB
CMYK
RGB Variations
Color information
#31F98B (or 0x31F98B) is known color: Shamrock. HEX triplet: 31, F9 and 8B. RGB value is (49,249,139). Sum of RGB (Red+Green+Blue) = 49+249+139=437 (57% of max value = 765). Red value is 49 (19.53% from 255 or 11.21% from 437); Green value is 249 (97.66% from 255 or 56.98% from 437); Blue value is 139 (54.69% from 255 or 31.81% from 437); Max value from RGB is 249 - color contains mainly: green. Hex color #31F98B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #31F98B is #CE0674. Grayscale: #B0B0B0. Windows color (decimal): -13502069 or 9173297. OLE color: 9173297.
HSL color Cylindrical-coordinate representation of color #31F98B: hue angle of 147º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31F98B is Cyan = 0.80, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 249 | 139 | - |
| CMYK | 0.80 | 0 | 0.44 | 0.02 |
| HSL | 147º | 0.94% | 0.58% | - |
| HSV(B) | 147º | 0.8% | 0.98% | - |
| XYZ | 39.8 | 70.27 | 35.89 | - |
| YUV | 176.66 | 106.74 | 36.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 249 | 139 | 0.80 | 0 | 0.44 | 0.02 | 147 | 0.94 | 0.58 |
| Hex | 31 | F9 | 8B | 50 | 0 | 2C | 2 | 93 | 5E | 3A |
| Octal | 61 | 371 | 213 | 120 | 0 | 54 | 2 | 223 | 136 | 72 |
| Binary | 110001 | 11111001 | 10001011 | 1010000 | 0 | 101100 | 10 | 10010011 | 1011110 | 111010 |
Color Harmonies of #31F98B
Complementary color
Monochromatic Colors of #31F98B
Black with #31F98B
Text Example
Text Example
White with #31F98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F98B; }
p { color: rgb(49,249,139); }
H1.HeaderClassName
{
color: #31F98B;
}
.AnyTagClassName
{
color: #31F98B;
}
</style>
background-color css
<style>
a { background-color: #31F98B; }
a { background-color: rgb(49,249,139); }
div.DivClassName
{
background-color: #31F98B;
}
.BgClassName
{
background-color: #31F98B;
}
</style>
border-color css
<style>
span { border-color: #31F98B; }
span { border-color: rgb(49,249,139); }
td.TdClassName
{
border-color: #31F98B;
}
.TagClassName
{
border-color: #31F98B;
}
</style>