#49cf66

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

Shades of Emerald #49CF66

Tints of Emerald #49CF66

Color information

#49CF66 (or 0x49CF66) is unknown color: approx Emerald. HEX triplet: 49, CF and 66. RGB value is (73,207,102). Sum of RGB (Red+Green+Blue) = 73+207+102=382 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.11% from 382); Green value is 207 (81.25% from 255 or 54.19% from 382); Blue value is 102 (40.23% from 255 or 26.70% from 382); Max value from RGB is 207 - color contains mainly: green. Hex color #49CF66 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49CF66 is #B63099. Grayscale: #9B9B9B. Windows color (decimal): -11939994 or 6737737. OLE color: 6737737.

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

Color convert

RGB73207102-
CMYK0.6500.510.19
HSL132.99º58.26%54.9%-
HSV(B)132.99º64.73%81.18%-
XYZ27.464720.2-
YUV154.9698.1169.54-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.11%
GREEN value IS 207 (81.25% from 255) = 54.19%
BLUE value IS 102 (40.23% from 255) = 26.70%
R=19.11%
G=54.19%
B=26.70%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal732071020.6500.510.19132.9958.2654.9
Hex49CF664103313853a37
Octal111317146101063232057267
Binary1001001110011111100110100000101100111001110000101111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49cf66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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