Shades of Emerald #49D25C
Tints of Emerald #49D25C
RGB
CMYK
RGB Variations
Color information
#49D25C (or 0x49D25C) is known color: Emerald. HEX triplet: 49, D2 and 5C. RGB value is (73,210,92). Sum of RGB (Red+Green+Blue) = 73+210+92=375 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.47% from 375); Green value is 210 (82.42% from 255 or 56% from 375); Blue value is 92 (36.33% from 255 or 24.53% from 375); Max value from RGB is 210 - color contains mainly: green. Hex color #49D25C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D25C is #B62DA3. Grayscale: #9B9B9B. Windows color (decimal): -11939236 or 6083145. OLE color: 6083145.
HSL color Cylindrical-coordinate representation of color #49D25C: hue angle of 128.32º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49D25C is Cyan = 0.65, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 73 | 210 | 92 | - |
| CMYK | 0.65 | 0 | 0.56 | 0.18 |
| HSL | 128.32º | 0.6% | 0.55% | - |
| HSV(B) | 128.32º | 0.65% | 0.82% | - |
| XYZ | 27.73 | 48.28 | 17.98 | - |
| YUV | 155.59 | 92.11 | 69.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 210 | 92 | 0.65 | 0 | 0.56 | 0.18 | 128.32 | 0.6 | 0.55 |
| Hex | 49 | D2 | 5C | 41 | 0 | 38 | 12 | 80 | 3C | 37 |
| Octal | 111 | 322 | 134 | 101 | 0 | 70 | 22 | 200 | 74 | 67 |
| Binary | 1001001 | 11010010 | 1011100 | 1000001 | 0 | 111000 | 10010 | 10000000 | 111100 | 110111 |
Color Harmonies of #49D25C
Complementary color
Monochromatic Colors of #49D25C
Black with #49D25C
Text Example
Text Example
White with #49D25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D25C; }
p { color: rgb(73,210,92); }
H1.HeaderClassName
{
color: #49D25C;
}
.AnyTagClassName
{
color: #49D25C;
}
</style>
background-color css
<style>
a { background-color: #49D25C; }
a { background-color: rgb(73,210,92); }
div.DivClassName
{
background-color: #49D25C;
}
.BgClassName
{
background-color: #49D25C;
}
</style>
border-color css
<style>
span { border-color: #49D25C; }
span { border-color: rgb(73,210,92); }
td.TdClassName
{
border-color: #49D25C;
}
.TagClassName
{
border-color: #49D25C;
}
</style>