#49CC85

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

Shades of Emerald #49CC85

Tints of Emerald #49CC85

Color information

#49CC85 (or 0x49CC85) is unknown color: approx Emerald. HEX triplet: 49, CC and 85. RGB value is (73,204,133). Sum of RGB (Red+Green+Blue) = 73+204+133=410 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.80% from 410); Green value is 204 (80.08% from 255 or 49.76% from 410); Blue value is 133 (52.34% from 255 or 32.44% from 410); Max value from RGB is 204 - color contains mainly: green. Hex color #49CC85 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49CC85 is #B6337A. Grayscale: #9C9C9C. Windows color (decimal): -11940731 or 8768585. OLE color: 8768585.

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

Color convert

RGB73204133-
CMYK0.6400.350.2
HSL147.48º56.22%54.31%-
HSV(B)147.48º64.22%80%-
XYZ28.5746.329.62-
YUV156.74114.668.27-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.80%
GREEN value IS 204 (80.08% from 255) = 49.76%
BLUE value IS 133 (52.34% from 255) = 32.44%
R=17.80%
G=49.76%
B=32.44%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal732041330.6400.350.2147.4856.2254.31
Hex49CC854002314933836
Octal111314205100043242237066
Binary10010011100110010000101100000001000111010010010011111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49CC85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,204,133); }

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

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

 a { background-color: rgb(73,204,133); }

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

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

 span { border-color: rgb(73,204,133); }

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