#49CF89

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

Shades of Emerald #49CF89

Tints of Emerald #49CF89

Color information

#49CF89 (or 0x49CF89) is unknown color: approx Emerald. HEX triplet: 49, CF and 89. RGB value is (73,207,137). Sum of RGB (Red+Green+Blue) = 73+207+137=417 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.51% from 417); Green value is 207 (81.25% from 255 or 49.64% from 417); Blue value is 137 (53.91% from 255 or 32.85% from 417); Max value from RGB is 207 - color contains mainly: green. Hex color #49CF89 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49CF89 is #B63076. Grayscale: #9F9F9F. Windows color (decimal): -11939959 or 9031497. OLE color: 9031497.

HSL color Cylindrical-coordinate representation of color #49CF89: hue angle of 148.66º 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 #49CF89 is Cyan = 0.65, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.19.

Color convert

RGB73207137-
CMYK0.6500.340.19
HSL148.66º58.26%54.9%-
HSV(B)148.66º64.73%81.18%-
XYZ29.5847.8531.34-
YUV158.95115.6166.69-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.51%
GREEN value IS 207 (81.25% from 255) = 49.64%
BLUE value IS 137 (53.91% from 255) = 32.85%
R=17.51%
G=49.64%
B=32.85%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal732071370.6500.340.19148.6658.2654.9
Hex49CF894102213953a37
Octal111317211101042232257267
Binary10010011100111110001001100000101000101001110010101111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49CF89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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