Shades of Shamrock #31EE83
Tints of Shamrock #31EE83
RGB
CMYK
RGB Variations
Color information
#31EE83 (or 0x31EE83) is known color: Shamrock. HEX triplet: 31, EE and 83. RGB value is (49,238,131). Sum of RGB (Red+Green+Blue) = 49+238+131=418 (55% of max value = 765). Red value is 49 (19.53% from 255 or 11.72% from 418); Green value is 238 (93.36% from 255 or 56.94% from 418); Blue value is 131 (51.56% from 255 or 31.34% from 418); Max value from RGB is 238 - color contains mainly: green. Hex color #31EE83 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #31EE83 is #CE117C. Grayscale: #A9A9A9. Windows color (decimal): -13504893 or 8646193. OLE color: 8646193.
HSL color Cylindrical-coordinate representation of color #31EE83: hue angle of 146.03º degrees, saturation: 0.85, 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 #31EE83 is Cyan = 0.79, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 238 | 131 | - |
| CMYK | 0.79 | 0 | 0.45 | 0.07 |
| HSL | 146.03º | 0.85% | 0.56% | - |
| HSV(B) | 146.03º | 0.79% | 0.93% | - |
| XYZ | 35.94 | 63.44 | 31.82 | - |
| YUV | 169.29 | 106.38 | 42.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 238 | 131 | 0.79 | 0 | 0.45 | 0.07 | 146.03 | 0.85 | 0.56 |
| Hex | 31 | EE | 83 | 4F | 0 | 2D | 7 | 92 | 55 | 38 |
| Octal | 61 | 356 | 203 | 117 | 0 | 55 | 7 | 222 | 125 | 70 |
| Binary | 110001 | 11101110 | 10000011 | 1001111 | 0 | 101101 | 111 | 10010010 | 1010101 | 111000 |
Color Harmonies of #31EE83
Complementary color
Monochromatic Colors of #31EE83
Black with #31EE83
Text Example
Text Example
White with #31EE83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31EE83; }
p { color: rgb(49,238,131); }
H1.HeaderClassName
{
color: #31EE83;
}
.AnyTagClassName
{
color: #31EE83;
}
</style>
background-color css
<style>
a { background-color: #31EE83; }
a { background-color: rgb(49,238,131); }
div.DivClassName
{
background-color: #31EE83;
}
.BgClassName
{
background-color: #31EE83;
}
</style>
border-color css
<style>
span { border-color: #31EE83; }
span { border-color: rgb(49,238,131); }
td.TdClassName
{
border-color: #31EE83;
}
.TagClassName
{
border-color: #31EE83;
}
</style>