Shades of Emerald #2ED869
Tints of Emerald #2ED869
RGB
CMYK
RGB Variations
Color information
#2ED869 (or 0x2ED869) is known color: Emerald. HEX triplet: 2E, D8 and 69. RGB value is (46,216,105). Sum of RGB (Red+Green+Blue) = 46+216+105=367 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.53% from 367); Green value is 216 (84.77% from 255 or 58.86% from 367); Blue value is 105 (41.41% from 255 or 28.61% from 367); Max value from RGB is 216 - color contains mainly: green. Hex color #2ED869 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ED869 is #D12796. Grayscale: #989898. Windows color (decimal): -13707159 or 6936622. OLE color: 6936622.
HSL color Cylindrical-coordinate representation of color #2ED869: hue angle of 140.82º 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 #2ED869 is Cyan = 0.79, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 46 | 216 | 105 | - |
| CMYK | 0.79 | 0 | 0.51 | 0.15 |
| HSL | 140.82º | 0.69% | 0.51% | - |
| HSV(B) | 140.82º | 0.79% | 0.85% | - |
| XYZ | 28.23 | 50.71 | 21.67 | - |
| YUV | 152.52 | 101.18 | 52.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 216 | 105 | 0.79 | 0 | 0.51 | 0.15 | 140.82 | 0.69 | 0.51 |
| Hex | 2E | D8 | 69 | 4F | 0 | 33 | F | 8D | 45 | 33 |
| Octal | 56 | 330 | 151 | 117 | 0 | 63 | 17 | 215 | 105 | 63 |
| Binary | 101110 | 11011000 | 1101001 | 1001111 | 0 | 110011 | 1111 | 10001101 | 1000101 | 110011 |
Color Harmonies of #2ED869
Complementary color
Monochromatic Colors of #2ED869
Black with #2ED869
Text Example
Text Example
White with #2ED869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED869; }
p { color: rgb(46,216,105); }
H1.HeaderClassName
{
color: #2ED869;
}
.AnyTagClassName
{
color: #2ED869;
}
</style>
background-color css
<style>
a { background-color: #2ED869; }
a { background-color: rgb(46,216,105); }
div.DivClassName
{
background-color: #2ED869;
}
.BgClassName
{
background-color: #2ED869;
}
</style>
border-color css
<style>
span { border-color: #2ED869; }
span { border-color: rgb(46,216,105); }
td.TdClassName
{
border-color: #2ED869;
}
.TagClassName
{
border-color: #2ED869;
}
</style>