Shades of Shamrock #31F092
Tints of Shamrock #31F092
RGB
CMYK
RGB Variations
Color information
#31F092 (or 0x31F092) is known color: Shamrock. HEX triplet: 31, F0 and 92. RGB value is (49,240,146). Sum of RGB (Red+Green+Blue) = 49+240+146=435 (57% of max value = 765). Red value is 49 (19.53% from 255 or 11.26% from 435); Green value is 240 (94.14% from 255 or 55.17% from 435); Blue value is 146 (57.42% from 255 or 33.56% from 435); Max value from RGB is 240 - color contains mainly: green. Hex color #31F092 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #31F092 is #CE0F6D. Grayscale: #ACACAC. Windows color (decimal): -13504366 or 9629745. OLE color: 9629745.
HSL color Cylindrical-coordinate representation of color #31F092: hue angle of 150.47º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31F092 is Cyan = 0.80, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 49 | 240 | 146 | - |
| CMYK | 0.80 | 0 | 0.39 | 0.06 |
| HSL | 150.47º | 0.86% | 0.57% | - |
| HSV(B) | 150.47º | 0.8% | 0.94% | - |
| XYZ | 37.62 | 65.05 | 37.77 | - |
| YUV | 172.18 | 113.22 | 40.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 240 | 146 | 0.80 | 0 | 0.39 | 0.06 | 150.47 | 0.86 | 0.57 |
| Hex | 31 | F0 | 92 | 50 | 0 | 27 | 6 | 96 | 56 | 39 |
| Octal | 61 | 360 | 222 | 120 | 0 | 47 | 6 | 226 | 126 | 71 |
| Binary | 110001 | 11110000 | 10010010 | 1010000 | 0 | 100111 | 110 | 10010110 | 1010110 | 111001 |
Color Harmonies of #31F092
Complementary color
Monochromatic Colors of #31F092
Black with #31F092
Text Example
Text Example
White with #31F092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F092; }
p { color: rgb(49,240,146); }
H1.HeaderClassName
{
color: #31F092;
}
.AnyTagClassName
{
color: #31F092;
}
</style>
background-color css
<style>
a { background-color: #31F092; }
a { background-color: rgb(49,240,146); }
div.DivClassName
{
background-color: #31F092;
}
.BgClassName
{
background-color: #31F092;
}
</style>
border-color css
<style>
span { border-color: #31F092; }
span { border-color: rgb(49,240,146); }
td.TdClassName
{
border-color: #31F092;
}
.TagClassName
{
border-color: #31F092;
}
</style>