Shades of Shamrock #2ED797
Tints of Shamrock #2ED797
RGB
CMYK
RGB Variations
Color information
#2ED797 (or 0x2ED797) is known color: Shamrock. HEX triplet: 2E, D7 and 97. RGB value is (46,215,151). Sum of RGB (Red+Green+Blue) = 46+215+151=412 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.17% from 412); Green value is 215 (84.38% from 255 or 52.18% from 412); Blue value is 151 (59.38% from 255 or 36.65% from 412); Max value from RGB is 215 - color contains mainly: green. Hex color #2ED797 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ED797 is #D12868. Grayscale: #9D9D9D. Windows color (decimal): -13707369 or 9951022. OLE color: 9951022.
HSL color Cylindrical-coordinate representation of color #2ED797: hue angle of 157.28º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ED797 is Cyan = 0.79, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 46 | 215 | 151 | - |
| CMYK | 0.79 | 0 | 0.30 | 0.16 |
| HSL | 157.28º | 0.68% | 0.51% | - |
| HSV(B) | 157.28º | 0.79% | 0.84% | - |
| XYZ | 31.01 | 51.42 | 37.57 | - |
| YUV | 157.17 | 124.51 | 48.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 215 | 151 | 0.79 | 0 | 0.30 | 0.16 | 157.28 | 0.68 | 0.51 |
| Hex | 2E | D7 | 97 | 4F | 0 | 1E | 10 | 9D | 44 | 33 |
| Octal | 56 | 327 | 227 | 117 | 0 | 36 | 20 | 235 | 104 | 63 |
| Binary | 101110 | 11010111 | 10010111 | 1001111 | 0 | 11110 | 10000 | 10011101 | 1000100 | 110011 |
Color Harmonies of #2ED797
Complementary color
Monochromatic Colors of #2ED797
Black with #2ED797
Text Example
Text Example
White with #2ED797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED797; }
p { color: rgb(46,215,151); }
H1.HeaderClassName
{
color: #2ED797;
}
.AnyTagClassName
{
color: #2ED797;
}
</style>
background-color css
<style>
a { background-color: #2ED797; }
a { background-color: rgb(46,215,151); }
div.DivClassName
{
background-color: #2ED797;
}
.BgClassName
{
background-color: #2ED797;
}
</style>
border-color css
<style>
span { border-color: #2ED797; }
span { border-color: rgb(46,215,151); }
td.TdClassName
{
border-color: #2ED797;
}
.TagClassName
{
border-color: #2ED797;
}
</style>