Shades of Shamrock #31F992
Tints of Shamrock #31F992
RGB
CMYK
RGB Variations
Color information
#31F992 (or 0x31F992) is known color: Shamrock. HEX triplet: 31, F9 and 92. RGB value is (49,249,146). Sum of RGB (Red+Green+Blue) = 49+249+146=444 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.04% from 444); Green value is 249 (97.66% from 255 or 56.08% from 444); Blue value is 146 (57.42% from 255 or 32.88% from 444); Max value from RGB is 249 - color contains mainly: green. Hex color #31F992 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #31F992 is #CE066D. Grayscale: #B1B1B1. Windows color (decimal): -13502062 or 9632049. OLE color: 9632049.
HSL color Cylindrical-coordinate representation of color #31F992: hue angle of 149.1º 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 #31F992 is Cyan = 0.80, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 249 | 146 | - |
| CMYK | 0.80 | 0 | 0.41 | 0.02 |
| HSL | 149.1º | 0.94% | 0.58% | - |
| HSV(B) | 149.1º | 0.8% | 0.98% | - |
| XYZ | 40.33 | 70.48 | 38.67 | - |
| YUV | 177.46 | 110.24 | 36.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 249 | 146 | 0.80 | 0 | 0.41 | 0.02 | 149.1 | 0.94 | 0.58 |
| Hex | 31 | F9 | 92 | 50 | 0 | 29 | 2 | 95 | 5E | 3A |
| Octal | 61 | 371 | 222 | 120 | 0 | 51 | 2 | 225 | 136 | 72 |
| Binary | 110001 | 11111001 | 10010010 | 1010000 | 0 | 101001 | 10 | 10010101 | 1011110 | 111010 |
Color Harmonies of #31F992
Complementary color
Monochromatic Colors of #31F992
Black with #31F992
Text Example
Text Example
White with #31F992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F992; }
p { color: rgb(49,249,146); }
H1.HeaderClassName
{
color: #31F992;
}
.AnyTagClassName
{
color: #31F992;
}
</style>
background-color css
<style>
a { background-color: #31F992; }
a { background-color: rgb(49,249,146); }
div.DivClassName
{
background-color: #31F992;
}
.BgClassName
{
background-color: #31F992;
}
</style>
border-color css
<style>
span { border-color: #31F992; }
span { border-color: rgb(49,249,146); }
td.TdClassName
{
border-color: #31F992;
}
.TagClassName
{
border-color: #31F992;
}
</style>