Shades of Shamrock #31ED99
Tints of Shamrock #31ED99
RGB
CMYK
RGB Variations
Color information
#31ED99 (or 0x31ED99) is known color: Shamrock. HEX triplet: 31, ED and 99. RGB value is (49,237,153). Sum of RGB (Red+Green+Blue) = 49+237+153=439 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.16% from 439); Green value is 237 (92.97% from 255 or 53.99% from 439); Blue value is 153 (60.16% from 255 or 34.85% from 439); Max value from RGB is 237 - color contains mainly: green. Hex color #31ED99 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #31ED99 is #CE1266. Grayscale: #ABABAB. Windows color (decimal): -13505127 or 10087729. OLE color: 10087729.
HSL color Cylindrical-coordinate representation of color #31ED99: hue angle of 153.19º 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 #31ED99 is Cyan = 0.79, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 237 | 153 | - |
| CMYK | 0.79 | 0 | 0.35 | 0.07 |
| HSL | 153.19º | 0.84% | 0.56% | - |
| HSV(B) | 153.19º | 0.79% | 0.93% | - |
| XYZ | 37.3 | 63.52 | 40.43 | - |
| YUV | 171.21 | 117.72 | 40.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 237 | 153 | 0.79 | 0 | 0.35 | 0.07 | 153.19 | 0.84 | 0.56 |
| Hex | 31 | ED | 99 | 4F | 0 | 23 | 7 | 99 | 54 | 38 |
| Octal | 61 | 355 | 231 | 117 | 0 | 43 | 7 | 231 | 124 | 70 |
| Binary | 110001 | 11101101 | 10011001 | 1001111 | 0 | 100011 | 111 | 10011001 | 1010100 | 111000 |
Color Harmonies of #31ED99
Complementary color
Monochromatic Colors of #31ED99
Black with #31ED99
Text Example
Text Example
White with #31ED99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31ED99; }
p { color: rgb(49,237,153); }
H1.HeaderClassName
{
color: #31ED99;
}
.AnyTagClassName
{
color: #31ED99;
}
</style>
background-color css
<style>
a { background-color: #31ED99; }
a { background-color: rgb(49,237,153); }
div.DivClassName
{
background-color: #31ED99;
}
.BgClassName
{
background-color: #31ED99;
}
</style>
border-color css
<style>
span { border-color: #31ED99; }
span { border-color: rgb(49,237,153); }
td.TdClassName
{
border-color: #31ED99;
}
.TagClassName
{
border-color: #31ED99;
}
</style>