Shades of Emerald #49CD5C
Tints of Emerald #49CD5C
RGB
CMYK
RGB Variations
Color information
#49CD5C (or 0x49CD5C) is known color: Emerald. HEX triplet: 49, CD and 5C. RGB value is (73,205,92). Sum of RGB (Red+Green+Blue) = 73+205+92=370 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.73% from 370); Green value is 205 (80.47% from 255 or 55.41% from 370); Blue value is 92 (36.33% from 255 or 24.86% from 370); Max value from RGB is 205 - color contains mainly: green. Hex color #49CD5C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49CD5C is #B632A3. Grayscale: #989898. Windows color (decimal): -11940516 or 6081865. OLE color: 6081865.
HSL color Cylindrical-coordinate representation of color #49CD5C: hue angle of 128.64º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49CD5C is Cyan = 0.64, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 73 | 205 | 92 | - |
| CMYK | 0.64 | 0 | 0.55 | 0.20 |
| HSL | 128.64º | 0.57% | 0.55% | - |
| HSV(B) | 128.64º | 0.64% | 0.8% | - |
| XYZ | 26.51 | 45.85 | 17.58 | - |
| YUV | 152.65 | 93.77 | 71.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 205 | 92 | 0.64 | 0 | 0.55 | 0.20 | 128.64 | 0.57 | 0.55 |
| Hex | 49 | CD | 5C | 40 | 0 | 37 | 14 | 81 | 39 | 37 |
| Octal | 111 | 315 | 134 | 100 | 0 | 67 | 24 | 201 | 71 | 67 |
| Binary | 1001001 | 11001101 | 1011100 | 1000000 | 0 | 110111 | 10100 | 10000001 | 111001 | 110111 |
Color Harmonies of #49CD5C
Complementary color
Monochromatic Colors of #49CD5C
Black with #49CD5C
Text Example
Text Example
White with #49CD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CD5C; }
p { color: rgb(73,205,92); }
H1.HeaderClassName
{
color: #49CD5C;
}
.AnyTagClassName
{
color: #49CD5C;
}
</style>
background-color css
<style>
a { background-color: #49CD5C; }
a { background-color: rgb(73,205,92); }
div.DivClassName
{
background-color: #49CD5C;
}
.BgClassName
{
background-color: #49CD5C;
}
</style>
border-color css
<style>
span { border-color: #49CD5C; }
span { border-color: rgb(73,205,92); }
td.TdClassName
{
border-color: #49CD5C;
}
.TagClassName
{
border-color: #49CD5C;
}
</style>