#49CF87

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

Shades of Emerald #49CF87

Tints of Emerald #49CF87

Color information

#49CF87 (or 0x49CF87) is unknown color: approx Emerald. HEX triplet: 49, CF and 87. RGB value is (73,207,135). Sum of RGB (Red+Green+Blue) = 73+207+135=415 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.59% from 415); Green value is 207 (81.25% from 255 or 49.88% from 415); Blue value is 135 (53.12% from 255 or 32.53% from 415); Max value from RGB is 207 - color contains mainly: green. Hex color #49CF87 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49CF87 is #B63078. Grayscale: #9E9E9E. Windows color (decimal): -11939961 or 8900425. OLE color: 8900425.

HSL color Cylindrical-coordinate representation of color #49CF87: hue angle of 147.76º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49CF87 is Cyan = 0.65, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.19.

Color convert

RGB73207135-
CMYK0.6500.350.19
HSL147.76º58.26%54.9%-
HSV(B)147.76º64.73%81.18%-
XYZ29.4347.7930.6-
YUV158.73114.6166.85-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.59%
GREEN value IS 207 (81.25% from 255) = 49.88%
BLUE value IS 135 (53.12% from 255) = 32.53%
R=17.59%
G=49.88%
B=32.53%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal732071350.6500.350.19147.7658.2654.9
Hex49CF874102313943a37
Octal111317207101043232247267
Binary10010011100111110000111100000101000111001110010100111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49CF87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,207,135); }

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

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

 a { background-color: rgb(73,207,135); }

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

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

 span { border-color: rgb(73,207,135); }

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