Shades of Shamrock #31F388
Tints of Shamrock #31F388
RGB
CMYK
RGB Variations
Color information
#31F388 (or 0x31F388) is known color: Shamrock. HEX triplet: 31, F3 and 88. RGB value is (49,243,136). Sum of RGB (Red+Green+Blue) = 49+243+136=428 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.45% from 428); Green value is 243 (95.31% from 255 or 56.78% from 428); Blue value is 136 (53.52% from 255 or 31.78% from 428); Max value from RGB is 243 - color contains mainly: green. Hex color #31F388 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #31F388 is #CE0C77. Grayscale: #ADADAD. Windows color (decimal): -13503608 or 8975153. OLE color: 8975153.
HSL color Cylindrical-coordinate representation of color #31F388: hue angle of 146.91º degrees, saturation: 0.89, 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 #31F388 is Cyan = 0.80, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 49 | 243 | 136 | - |
| CMYK | 0.80 | 0 | 0.44 | 0.05 |
| HSL | 146.91º | 0.89% | 0.57% | - |
| HSV(B) | 146.91º | 0.8% | 0.95% | - |
| XYZ | 37.76 | 66.53 | 34.14 | - |
| YUV | 172.8 | 107.23 | 39.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 243 | 136 | 0.80 | 0 | 0.44 | 0.05 | 146.91 | 0.89 | 0.57 |
| Hex | 31 | F3 | 88 | 50 | 0 | 2C | 5 | 93 | 59 | 39 |
| Octal | 61 | 363 | 210 | 120 | 0 | 54 | 5 | 223 | 131 | 71 |
| Binary | 110001 | 11110011 | 10001000 | 1010000 | 0 | 101100 | 101 | 10010011 | 1011001 | 111001 |
Color Harmonies of #31F388
Complementary color
Monochromatic Colors of #31F388
Black with #31F388
Text Example
Text Example
White with #31F388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F388; }
p { color: rgb(49,243,136); }
H1.HeaderClassName
{
color: #31F388;
}
.AnyTagClassName
{
color: #31F388;
}
</style>
background-color css
<style>
a { background-color: #31F388; }
a { background-color: rgb(49,243,136); }
div.DivClassName
{
background-color: #31F388;
}
.BgClassName
{
background-color: #31F388;
}
</style>
border-color css
<style>
span { border-color: #31F388; }
span { border-color: rgb(49,243,136); }
td.TdClassName
{
border-color: #31F388;
}
.TagClassName
{
border-color: #31F388;
}
</style>