Html Css Color HEX #49DC5E Emerald

📋 copy color: '#49DC5E'

red 73 ◦ green 220 ◦ blue 94

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

Shades of Emerald #49DC5E

Tints of Emerald #49DC5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 24.29%

R = 18.86%
G = 56.85%
B = 24.29%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#49DC5E (or 0x49DC5E) is known color: Emerald. HEX triplet: 49, DC and 5E. RGB value is (73,220,94). Sum of RGB (Red+Green+Blue) = 73+220+94=387 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.86% from 387); Green value is 220 (86.33% from 255 or 56.85% from 387); Blue value is 94 (37.11% from 255 or 24.29% from 387); Max value from RGB is 220 - color contains mainly: green. Hex color #49DC5E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49DC5E is #B623A1. Grayscale: #A2A2A2. Windows color (decimal): -11936674 or 6216777. OLE color: 6216777.

HSL color Cylindrical-coordinate representation of color #49DC5E: hue angle of 128.57º 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 #49DC5E is Cyan = 0.67, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.

Color convert

RGB 73 220 94 -
CMYK 0.67 0 0.57 0.14
HSL 128.57º 0.68% 0.57% -
HSV(B) 128.57º 0.67% 0.86% -
XYZ 30.36 53.41 19.3 -
YUV 161.68 89.8 64.75 -
System Red Green Blue C M Y K H S L
Decimal 73 220 94 0.67 0 0.57 0.14 128.57 0.68 0.57
Hex 49 DC 5E 43 0 39 E 81 44 39
Octal 111 334 136 103 0 71 16 201 104 71
Binary 1001001 11011100 1011110 1000011 0 111001 1110 10000001 1000100 111001

Color Harmonies of #49DC5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DC5E

Black with #49DC5E

Text Example


Text Example

White with #49DC5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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