#49CF7B

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

Shades of Emerald #49CF7B

Tints of Emerald #49CF7B

Color information

#49CF7B (or 0x49CF7B) is unknown color: approx Emerald. HEX triplet: 49, CF and 7B. RGB value is (73,207,123). Sum of RGB (Red+Green+Blue) = 73+207+123=403 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.11% from 403); Green value is 207 (81.25% from 255 or 51.36% from 403); Blue value is 123 (48.44% from 255 or 30.52% from 403); Max value from RGB is 207 - color contains mainly: green. Hex color #49CF7B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49CF7B is #B63084. Grayscale: #9D9D9D. Windows color (decimal): -11939973 or 8113993. OLE color: 8113993.

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

Color convert

RGB73207123-
CMYK0.6500.410.19
HSL142.39º58.26%54.9%-
HSV(B)142.39º64.73%81.18%-
XYZ28.6447.4726.39-
YUV157.36108.6167.83-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.11%
GREEN value IS 207 (81.25% from 255) = 51.36%
BLUE value IS 123 (48.44% from 255) = 30.52%
R=18.11%
G=51.36%
B=30.52%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal732071230.6500.410.19142.3958.2654.9
Hex49CF7B41029138e3a37
Octal111317173101051232167267
Binary1001001110011111111011100000101010011001110001110111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49CF7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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