Shades of Shamrock #31F185
Tints of Shamrock #31F185
RGB
CMYK
RGB Variations
Color information
#31F185 (or 0x31F185) is known color: Shamrock. HEX triplet: 31, F1 and 85. RGB value is (49,241,133). Sum of RGB (Red+Green+Blue) = 49+241+133=423 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.58% from 423); Green value is 241 (94.53% from 255 or 56.97% from 423); Blue value is 133 (52.34% from 255 or 31.44% from 423); Max value from RGB is 241 - color contains mainly: green. Hex color #31F185 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #31F185 is #CE0E7A. Grayscale: #ABABAB. Windows color (decimal): -13504123 or 8778033. OLE color: 8778033.
HSL color Cylindrical-coordinate representation of color #31F185: hue angle of 146.25º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31F185 is Cyan = 0.80, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 49 | 241 | 133 | - |
| CMYK | 0.80 | 0 | 0.45 | 0.05 |
| HSL | 146.25º | 0.87% | 0.57% | - |
| HSV(B) | 146.25º | 0.8% | 0.95% | - |
| XYZ | 36.96 | 65.26 | 32.84 | - |
| YUV | 171.28 | 106.39 | 40.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 241 | 133 | 0.80 | 0 | 0.45 | 0.05 | 146.25 | 0.87 | 0.57 |
| Hex | 31 | F1 | 85 | 50 | 0 | 2D | 5 | 92 | 57 | 39 |
| Octal | 61 | 361 | 205 | 120 | 0 | 55 | 5 | 222 | 127 | 71 |
| Binary | 110001 | 11110001 | 10000101 | 1010000 | 0 | 101101 | 101 | 10010010 | 1010111 | 111001 |
Color Harmonies of #31F185
Complementary color
Monochromatic Colors of #31F185
Black with #31F185
Text Example
Text Example
White with #31F185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F185; }
p { color: rgb(49,241,133); }
H1.HeaderClassName
{
color: #31F185;
}
.AnyTagClassName
{
color: #31F185;
}
</style>
background-color css
<style>
a { background-color: #31F185; }
a { background-color: rgb(49,241,133); }
div.DivClassName
{
background-color: #31F185;
}
.BgClassName
{
background-color: #31F185;
}
</style>
border-color css
<style>
span { border-color: #31F185; }
span { border-color: rgb(49,241,133); }
td.TdClassName
{
border-color: #31F185;
}
.TagClassName
{
border-color: #31F185;
}
</style>