#49F580

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

Shades of Emerald #49F580

Tints of Emerald #49F580

Color information

#49F580 (or 0x49F580) is unknown color: approx Emerald. HEX triplet: 49, F5 and 80. RGB value is (73,245,128). Sum of RGB (Red+Green+Blue) = 73+245+128=446 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.37% from 446); Green value is 245 (96.09% from 255 or 54.93% from 446); Blue value is 128 (50.39% from 255 or 28.70% from 446); Max value from RGB is 245 - color contains mainly: green. Hex color #49F580 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49F580 is #B60A7F. Grayscale: #B4B4B4. Windows color (decimal): -11930240 or 8451401. OLE color: 8451401.

HSL color Cylindrical-coordinate representation of color #49F580: hue angle of 139.19º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49F580 is Cyan = 0.70, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB73245128-
CMYK0.7000.480.04
HSL139.19º89.58%62.35%-
HSV(B)139.19º70.2%96.08%-
XYZ39.368.2831.53-
YUV180.2398.5251.51-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.37%
GREEN value IS 245 (96.09% from 255) = 54.93%
BLUE value IS 128 (50.39% from 255) = 28.70%
R=16.37%
G=54.93%
B=28.70%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal732451280.7000.480.04139.1989.5862.35
Hex49F5804603048b5a3e
Octal111365200106060421313276
Binary1001001111101011000000010001100110000100100010111011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49F580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,245,128); }

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

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

 a { background-color: rgb(73,245,128); }

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

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

 span { border-color: rgb(73,245,128); }

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