Html Css Color HEX #49DC5C Emerald

📋 copy color: '#49DC5C'

red 73 ◦ green 220 ◦ blue 92

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

Shades of Emerald #49DC5C

Tints of Emerald #49DC5C

RGB

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

 GREEN value IS 220 (86.33% from 255) = 57.14%

 BLUE value IS 92 (36.33% from 255) = 23.9%

R = 18.96%
G = 57.14%
B = 23.9%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#49DC5C (or 0x49DC5C) is known color: Emerald. HEX triplet: 49, DC and 5C. RGB value is (73,220,92). Sum of RGB (Red+Green+Blue) = 73+220+92=385 (50% of max value = 765). Red value is 73 (28.91% from 255 or 18.96% from 385); Green value is 220 (86.33% from 255 or 57.14% from 385); Blue value is 92 (36.33% from 255 or 23.90% from 385); Max value from RGB is 220 - color contains mainly: green. Hex color #49DC5C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49DC5C is #B623A3. Grayscale: #A1A1A1. Windows color (decimal): -11936676 or 6085705. OLE color: 6085705.

HSL color Cylindrical-coordinate representation of color #49DC5C: hue angle of 127.76º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49DC5C is Cyan = 0.67, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.

Color convert

RGB 73 220 92 -
CMYK 0.67 0 0.58 0.14
HSL 127.76º 0.68% 0.57% -
HSV(B) 127.76º 0.67% 0.86% -
XYZ 30.27 53.38 18.83 -
YUV 161.46 88.8 64.91 -
System Red Green Blue C M Y K H S L
Decimal 73 220 92 0.67 0 0.58 0.14 127.76 0.68 0.57
Hex 49 DC 5C 43 0 3A E 80 44 39
Octal 111 334 134 103 0 72 16 200 104 71
Binary 1001001 11011100 1011100 1000011 0 111010 1110 10000000 1000100 111001

Color Harmonies of #49DC5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DC5C

Black with #49DC5C

Text Example


Text Example

White with #49DC5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,220,92); }

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

background-color css

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

 a { background-color: rgb(73,220,92); }

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

border-color css

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

 span { border-color: rgb(73,220,92); }

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