Html Css Color HEX #49D060 Emerald

📋 copy color: '#49D060'

red 73 ◦ green 208 ◦ blue 96

#49D060
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Emerald #49D060

Tints of Emerald #49D060

RGB

 RED value IS 73 (28.91% from 255) = 19.36%

 GREEN value IS 208 (81.64% from 255) = 55.17%

 BLUE value IS 96 (37.89% from 255) = 25.46%

R = 19.36%
G = 55.17%
B = 25.46%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#49D060 (or 0x49D060) is known color: Emerald. HEX triplet: 49, D0 and 60. RGB value is (73,208,96). Sum of RGB (Red+Green+Blue) = 73+208+96=377 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.36% from 377); Green value is 208 (81.64% from 255 or 55.17% from 377); Blue value is 96 (37.89% from 255 or 25.46% from 377); Max value from RGB is 208 - color contains mainly: green. Hex color #49D060 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D060 is #B62F9F. Grayscale: #9B9B9B. Windows color (decimal): -11939744 or 6344777. OLE color: 6344777.

HSL color Cylindrical-coordinate representation of color #49D060: hue angle of 130.22º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49D060 is Cyan = 0.65, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB 73 208 96 -
CMYK 0.65 0 0.54 0.18
HSL 130.22º 0.59% 0.55% -
HSV(B) 130.22º 0.65% 0.82% -
XYZ 27.41 47.37 18.77 -
YUV 154.87 94.77 69.61 -
System Red Green Blue C M Y K H S L
Decimal 73 208 96 0.65 0 0.54 0.18 130.22 0.59 0.55
Hex 49 D0 60 41 0 36 12 82 3B 37
Octal 111 320 140 101 0 66 22 202 73 67
Binary 1001001 11010000 1100000 1000001 0 110110 10010 10000010 111011 110111

Color Harmonies of #49D060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D060

Black with #49D060

Text Example


Text Example

White with #49D060

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,208,96); }

 H1.HeaderClassName
 {
   color: #49D060;
 }
 .AnyTagClassName
 {
   color: #49D060;
 }
</style>

background-color css

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

 a { background-color: rgb(73,208,96); }

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

border-color css

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

 span { border-color: rgb(73,208,96); }

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