Html Css Color HEX #49D260 Emerald

📋 copy color: '#49D260'

red 73 ◦ green 210 ◦ blue 96

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

Shades of Emerald #49D260

Tints of Emerald #49D260

RGB

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

 GREEN value IS 210 (82.42% from 255) = 55.41%

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

R = 19.26%
G = 55.41%
B = 25.33%

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

#49D260 (or 0x49D260) is known color: Emerald. HEX triplet: 49, D2 and 60. RGB value is (73,210,96). Sum of RGB (Red+Green+Blue) = 73+210+96=379 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.26% from 379); Green value is 210 (82.42% from 255 or 55.41% from 379); Blue value is 96 (37.89% from 255 or 25.33% from 379); Max value from RGB is 210 - color contains mainly: green. Hex color #49D260 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D260 is #B62D9F. Grayscale: #9C9C9C. Windows color (decimal): -11939232 or 6345289. OLE color: 6345289.

HSL color Cylindrical-coordinate representation of color #49D260: hue angle of 130.07º degrees, saturation: 0.6, 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 #49D260 is Cyan = 0.65, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB 73 210 96 -
CMYK 0.65 0 0.54 0.18
HSL 130.07º 0.6% 0.55% -
HSV(B) 130.07º 0.65% 0.82% -
XYZ 27.91 48.35 18.93 -
YUV 156.04 94.11 68.77 -
System Red Green Blue C M Y K H S L
Decimal 73 210 96 0.65 0 0.54 0.18 130.07 0.6 0.55
Hex 49 D2 60 41 0 36 12 82 3C 37
Octal 111 322 140 101 0 66 22 202 74 67
Binary 1001001 11010010 1100000 1000001 0 110110 10010 10000010 111100 110111

Color Harmonies of #49D260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D260

Black with #49D260

Text Example


Text Example

White with #49D260

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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