#49CD78

Color #49CD78 Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #49CD78

Tints of Emerald #49CD78

Color information

#49CD78 (or 0x49CD78) is unknown color: approx Emerald. HEX triplet: 49, CD and 78. RGB value is (73,205,120). Sum of RGB (Red+Green+Blue) = 73+205+120=398 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.34% from 398); Green value is 205 (80.47% from 255 or 51.51% from 398); Blue value is 120 (47.27% from 255 or 30.15% from 398); Max value from RGB is 205 - color contains mainly: green. Hex color #49CD78 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49CD78 is #B63287. Grayscale: #9C9C9C. Windows color (decimal): -11940488 or 7916873. OLE color: 7916873.

HSL color Cylindrical-coordinate representation of color #49CD78: hue angle of 141.36º 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 #49CD78 is Cyan = 0.64, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.20.

Color convert

RGB73205120-
CMYK0.6400.410.20
HSL141.36º56.9%54.51%-
HSV(B)141.36º64.39%80.39%-
XYZ27.9746.4425.26-
YUV155.84107.7768.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 73 (28.91% from 255) = 18.34%
GREEN value IS 205 (80.47% from 255) = 51.51%
BLUE value IS 120 (47.27% from 255) = 30.15%
R=18.34%
G=51.51%
B=30.15%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal732051200.6400.410.20141.3656.954.51
Hex49CD7840029148d3937
Octal111315170100051242157167
Binary1001001110011011111000100000001010011010010001101111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49CD78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49CD78; }

 p { color: rgb(73,205,120); }

 H1.HeaderClassName
 {
   color: #49CD78;
 }
 .AnyTagClassName
 {
   color: #49CD78;
 }
</style>
background-color css

<style>
 a { background-color: #49CD78; }

 a { background-color: rgb(73,205,120); }

 div.DivClassName
 {
   background-color: #49CD78;
 }
 .BgClassName
 {
   background-color: #49CD78;
 }
</style>
border-color css

<style>
 span { border-color: #49CD78; }

 span { border-color: rgb(73,205,120); }

 td.TdClassName
 {
   border-color: #49CD78;
 }
 .TagClassName
 {
   border-color: #49CD78;
 }
</style>