Shades of Shamrock #31F09B
Tints of Shamrock #31F09B
RGB
CMYK
RGB Variations
Color information
#31F09B (or 0x31F09B) is known color: Shamrock. HEX triplet: 31, F0 and 9B. RGB value is (49,240,155). Sum of RGB (Red+Green+Blue) = 49+240+155=444 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.04% from 444); Green value is 240 (94.14% from 255 or 54.05% from 444); Blue value is 155 (60.94% from 255 or 34.91% from 444); Max value from RGB is 240 - color contains mainly: green. Hex color #31F09B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #31F09B is #CE0F64. Grayscale: #ADADAD. Windows color (decimal): -13504357 or 10219569. OLE color: 10219569.
HSL color Cylindrical-coordinate representation of color #31F09B: hue angle of 153.3º 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 #31F09B is Cyan = 0.80, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 49 | 240 | 155 | - |
| CMYK | 0.80 | 0 | 0.35 | 0.06 |
| HSL | 153.3º | 0.86% | 0.57% | - |
| HSV(B) | 153.3º | 0.8% | 0.94% | - |
| XYZ | 38.34 | 65.34 | 41.6 | - |
| YUV | 173.2 | 117.72 | 39.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 240 | 155 | 0.80 | 0 | 0.35 | 0.06 | 153.3 | 0.86 | 0.57 |
| Hex | 31 | F0 | 9B | 50 | 0 | 23 | 6 | 99 | 56 | 39 |
| Octal | 61 | 360 | 233 | 120 | 0 | 43 | 6 | 231 | 126 | 71 |
| Binary | 110001 | 11110000 | 10011011 | 1010000 | 0 | 100011 | 110 | 10011001 | 1010110 | 111001 |
Color Harmonies of #31F09B
Complementary color
Monochromatic Colors of #31F09B
Black with #31F09B
Text Example
Text Example
White with #31F09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F09B; }
p { color: rgb(49,240,155); }
H1.HeaderClassName
{
color: #31F09B;
}
.AnyTagClassName
{
color: #31F09B;
}
</style>
background-color css
<style>
a { background-color: #31F09B; }
a { background-color: rgb(49,240,155); }
div.DivClassName
{
background-color: #31F09B;
}
.BgClassName
{
background-color: #31F09B;
}
</style>
border-color css
<style>
span { border-color: #31F09B; }
span { border-color: rgb(49,240,155); }
td.TdClassName
{
border-color: #31F09B;
}
.TagClassName
{
border-color: #31F09B;
}
</style>