Shades of Shamrock #2ED899
Tints of Shamrock #2ED899
RGB
CMYK
RGB Variations
Color information
#2ED899 (or 0x2ED899) is known color: Shamrock. HEX triplet: 2E, D8 and 99. RGB value is (46,216,153). Sum of RGB (Red+Green+Blue) = 46+216+153=415 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.08% from 415); Green value is 216 (84.77% from 255 or 52.05% from 415); Blue value is 153 (60.16% from 255 or 36.87% from 415); Max value from RGB is 216 - color contains mainly: green. Hex color #2ED899 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ED899 is #D12766. Grayscale: #9E9E9E. Windows color (decimal): -13707111 or 10082350. OLE color: 10082350.
HSL color Cylindrical-coordinate representation of color #2ED899: hue angle of 157.76º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ED899 is Cyan = 0.79, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 46 | 216 | 153 | - |
| CMYK | 0.79 | 0 | 0.29 | 0.15 |
| HSL | 157.76º | 0.69% | 0.51% | - |
| HSV(B) | 157.76º | 0.79% | 0.85% | - |
| XYZ | 31.43 | 51.99 | 38.52 | - |
| YUV | 157.99 | 125.18 | 48.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 216 | 153 | 0.79 | 0 | 0.29 | 0.15 | 157.76 | 0.69 | 0.51 |
| Hex | 2E | D8 | 99 | 4F | 0 | 1D | F | 9E | 45 | 33 |
| Octal | 56 | 330 | 231 | 117 | 0 | 35 | 17 | 236 | 105 | 63 |
| Binary | 101110 | 11011000 | 10011001 | 1001111 | 0 | 11101 | 1111 | 10011110 | 1000101 | 110011 |
Color Harmonies of #2ED899
Complementary color
Monochromatic Colors of #2ED899
Black with #2ED899
Text Example
Text Example
White with #2ED899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED899; }
p { color: rgb(46,216,153); }
H1.HeaderClassName
{
color: #2ED899;
}
.AnyTagClassName
{
color: #2ED899;
}
</style>
background-color css
<style>
a { background-color: #2ED899; }
a { background-color: rgb(46,216,153); }
div.DivClassName
{
background-color: #2ED899;
}
.BgClassName
{
background-color: #2ED899;
}
</style>
border-color css
<style>
span { border-color: #2ED899; }
span { border-color: rgb(46,216,153); }
td.TdClassName
{
border-color: #2ED899;
}
.TagClassName
{
border-color: #2ED899;
}
</style>