Shades of Emerald #49CC5C
Tints of Emerald #49CC5C
RGB
CMYK
RGB Variations
Color information
#49CC5C (or 0x49CC5C) is known color: Emerald. HEX triplet: 49, CC and 5C. RGB value is (73,204,92). Sum of RGB (Red+Green+Blue) = 73+204+92=369 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.78% from 369); Green value is 204 (80.08% from 255 or 55.28% from 369); Blue value is 92 (36.33% from 255 or 24.93% from 369); Max value from RGB is 204 - color contains mainly: green. Hex color #49CC5C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49CC5C is #B633A3. Grayscale: #989898. Windows color (decimal): -11940772 or 6081609. OLE color: 6081609.
HSL color Cylindrical-coordinate representation of color #49CC5C: hue angle of 128.7º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49CC5C is Cyan = 0.64, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 73 | 204 | 92 | - |
| CMYK | 0.64 | 0 | 0.55 | 0.2 |
| HSL | 128.7º | 0.56% | 0.54% | - |
| HSV(B) | 128.7º | 0.64% | 0.8% | - |
| XYZ | 26.27 | 45.37 | 17.5 | - |
| YUV | 152.06 | 94.1 | 71.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 204 | 92 | 0.64 | 0 | 0.55 | 0.2 | 128.7 | 0.56 | 0.54 |
| Hex | 49 | CC | 5C | 40 | 0 | 37 | 14 | 81 | 38 | 36 |
| Octal | 111 | 314 | 134 | 100 | 0 | 67 | 24 | 201 | 70 | 66 |
| Binary | 1001001 | 11001100 | 1011100 | 1000000 | 0 | 110111 | 10100 | 10000001 | 111000 | 110110 |
Color Harmonies of #49CC5C
Complementary color
Monochromatic Colors of #49CC5C
Black with #49CC5C
Text Example
Text Example
White with #49CC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CC5C; }
p { color: rgb(73,204,92); }
H1.HeaderClassName
{
color: #49CC5C;
}
.AnyTagClassName
{
color: #49CC5C;
}
</style>
background-color css
<style>
a { background-color: #49CC5C; }
a { background-color: rgb(73,204,92); }
div.DivClassName
{
background-color: #49CC5C;
}
.BgClassName
{
background-color: #49CC5C;
}
</style>
border-color css
<style>
span { border-color: #49CC5C; }
span { border-color: rgb(73,204,92); }
td.TdClassName
{
border-color: #49CC5C;
}
.TagClassName
{
border-color: #49CC5C;
}
</style>