Shades of Emerald #49DE5C
Tints of Emerald #49DE5C
RGB
CMYK
RGB Variations
Color information
#49DE5C (or 0x49DE5C) is known color: Emerald. HEX triplet: 49, DE and 5C. RGB value is (73,222,92). Sum of RGB (Red+Green+Blue) = 73+222+92=387 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.86% from 387); Green value is 222 (87.11% from 255 or 57.36% from 387); Blue value is 92 (36.33% from 255 or 23.77% from 387); Max value from RGB is 222 - color contains mainly: green. Hex color #49DE5C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49DE5C is #B621A3. Grayscale: #A3A3A3. Windows color (decimal): -11936164 or 6086217. OLE color: 6086217.
HSL color Cylindrical-coordinate representation of color #49DE5C: hue angle of 127.65º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49DE5C is Cyan = 0.67, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 222 | 92 | - |
| CMYK | 0.67 | 0 | 0.59 | 0.13 |
| HSL | 127.65º | 0.69% | 0.58% | - |
| HSV(B) | 127.65º | 0.67% | 0.87% | - |
| XYZ | 30.8 | 54.43 | 19.01 | - |
| YUV | 162.63 | 88.14 | 64.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 222 | 92 | 0.67 | 0 | 0.59 | 0.13 | 127.65 | 0.69 | 0.58 |
| Hex | 49 | DE | 5C | 43 | 0 | 3B | D | 80 | 45 | 3A |
| Octal | 111 | 336 | 134 | 103 | 0 | 73 | 15 | 200 | 105 | 72 |
| Binary | 1001001 | 11011110 | 1011100 | 1000011 | 0 | 111011 | 1101 | 10000000 | 1000101 | 111010 |
Color Harmonies of #49DE5C
Complementary color
Monochromatic Colors of #49DE5C
Black with #49DE5C
Text Example
Text Example
White with #49DE5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DE5C; }
p { color: rgb(73,222,92); }
H1.HeaderClassName
{
color: #49DE5C;
}
.AnyTagClassName
{
color: #49DE5C;
}
</style>
background-color css
<style>
a { background-color: #49DE5C; }
a { background-color: rgb(73,222,92); }
div.DivClassName
{
background-color: #49DE5C;
}
.BgClassName
{
background-color: #49DE5C;
}
</style>
border-color css
<style>
span { border-color: #49DE5C; }
span { border-color: rgb(73,222,92); }
td.TdClassName
{
border-color: #49DE5C;
}
.TagClassName
{
border-color: #49DE5C;
}
</style>