Shades of Shamrock #2ED98F
Tints of Shamrock #2ED98F
RGB
CMYK
RGB Variations
Color information
#2ED98F (or 0x2ED98F) is known color: Shamrock. HEX triplet: 2E, D9 and 8F. RGB value is (46,217,143). Sum of RGB (Red+Green+Blue) = 46+217+143=406 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.33% from 406); Green value is 217 (85.16% from 255 or 53.45% from 406); Blue value is 143 (56.25% from 255 or 35.22% from 406); Max value from RGB is 217 - color contains mainly: green. Hex color #2ED98F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ED98F is #D12670. Grayscale: #9D9D9D. Windows color (decimal): -13706865 or 9427246. OLE color: 9427246.
HSL color Cylindrical-coordinate representation of color #2ED98F: hue angle of 154.04º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ED98F is Cyan = 0.79, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 46 | 217 | 143 | - |
| CMYK | 0.79 | 0 | 0.34 | 0.15 |
| HSL | 154.04º | 0.69% | 0.52% | - |
| HSV(B) | 154.04º | 0.79% | 0.85% | - |
| XYZ | 30.9 | 52.19 | 34.43 | - |
| YUV | 157.44 | 119.85 | 48.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 217 | 143 | 0.79 | 0 | 0.34 | 0.15 | 154.04 | 0.69 | 0.52 |
| Hex | 2E | D9 | 8F | 4F | 0 | 22 | F | 9A | 45 | 34 |
| Octal | 56 | 331 | 217 | 117 | 0 | 42 | 17 | 232 | 105 | 64 |
| Binary | 101110 | 11011001 | 10001111 | 1001111 | 0 | 100010 | 1111 | 10011010 | 1000101 | 110100 |
Color Harmonies of #2ED98F
Complementary color
Monochromatic Colors of #2ED98F
Black with #2ED98F
Text Example
Text Example
White with #2ED98F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED98F; }
p { color: rgb(46,217,143); }
H1.HeaderClassName
{
color: #2ED98F;
}
.AnyTagClassName
{
color: #2ED98F;
}
</style>
background-color css
<style>
a { background-color: #2ED98F; }
a { background-color: rgb(46,217,143); }
div.DivClassName
{
background-color: #2ED98F;
}
.BgClassName
{
background-color: #2ED98F;
}
</style>
border-color css
<style>
span { border-color: #2ED98F; }
span { border-color: rgb(46,217,143); }
td.TdClassName
{
border-color: #2ED98F;
}
.TagClassName
{
border-color: #2ED98F;
}
</style>