Shades of Shamrock #31ED83
Tints of Shamrock #31ED83
RGB
CMYK
RGB Variations
Color information
#31ED83 (or 0x31ED83) is known color: Shamrock. HEX triplet: 31, ED and 83. RGB value is (49,237,131). Sum of RGB (Red+Green+Blue) = 49+237+131=417 (55% of max value = 765). Red value is 49 (19.53% from 255 or 11.75% from 417); Green value is 237 (92.97% from 255 or 56.83% from 417); Blue value is 131 (51.56% from 255 or 31.41% from 417); Max value from RGB is 237 - color contains mainly: green. Hex color #31ED83 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #31ED83 is #CE127C. Grayscale: #A8A8A8. Windows color (decimal): -13505149 or 8645937. OLE color: 8645937.
HSL color Cylindrical-coordinate representation of color #31ED83: hue angle of 146.17º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31ED83 is Cyan = 0.79, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 237 | 131 | - |
| CMYK | 0.79 | 0 | 0.45 | 0.07 |
| HSL | 146.17º | 0.84% | 0.56% | - |
| HSV(B) | 146.17º | 0.79% | 0.93% | - |
| XYZ | 35.65 | 62.86 | 31.73 | - |
| YUV | 168.7 | 106.72 | 42.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 237 | 131 | 0.79 | 0 | 0.45 | 0.07 | 146.17 | 0.84 | 0.56 |
| Hex | 31 | ED | 83 | 4F | 0 | 2D | 7 | 92 | 54 | 38 |
| Octal | 61 | 355 | 203 | 117 | 0 | 55 | 7 | 222 | 124 | 70 |
| Binary | 110001 | 11101101 | 10000011 | 1001111 | 0 | 101101 | 111 | 10010010 | 1010100 | 111000 |
Color Harmonies of #31ED83
Complementary color
Monochromatic Colors of #31ED83
Black with #31ED83
Text Example
Text Example
White with #31ED83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31ED83; }
p { color: rgb(49,237,131); }
H1.HeaderClassName
{
color: #31ED83;
}
.AnyTagClassName
{
color: #31ED83;
}
</style>
background-color css
<style>
a { background-color: #31ED83; }
a { background-color: rgb(49,237,131); }
div.DivClassName
{
background-color: #31ED83;
}
.BgClassName
{
background-color: #31ED83;
}
</style>
border-color css
<style>
span { border-color: #31ED83; }
span { border-color: rgb(49,237,131); }
td.TdClassName
{
border-color: #31ED83;
}
.TagClassName
{
border-color: #31ED83;
}
</style>