Html Css Color HEX #49DC5A Emerald

📋 copy color: '#49DC5A'

red 73 ◦ green 220 ◦ blue 90

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

Shades of Emerald #49DC5A

Tints of Emerald #49DC5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 23.5%

R = 19.06%
G = 57.44%
B = 23.5%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#49DC5A (or 0x49DC5A) is known color: Emerald. HEX triplet: 49, DC and 5A. RGB value is (73,220,90). Sum of RGB (Red+Green+Blue) = 73+220+90=383 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.06% from 383); Green value is 220 (86.33% from 255 or 57.44% from 383); Blue value is 90 (35.55% from 255 or 23.50% from 383); Max value from RGB is 220 - color contains mainly: green. Hex color #49DC5A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49DC5A is #B623A5. Grayscale: #A1A1A1. Windows color (decimal): -11936678 or 5954633. OLE color: 5954633.

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

Color convert

RGB 73 220 90 -
CMYK 0.67 0 0.59 0.14
HSL 126.94º 0.68% 0.57% -
HSV(B) 126.94º 0.67% 0.86% -
XYZ 30.19 53.34 18.38 -
YUV 161.23 87.8 65.07 -
System Red Green Blue C M Y K H S L
Decimal 73 220 90 0.67 0 0.59 0.14 126.94 0.68 0.57
Hex 49 DC 5A 43 0 3B E 7F 44 39
Octal 111 334 132 103 0 73 16 177 104 71
Binary 1001001 11011100 1011010 1000011 0 111011 1110 1111111 1000100 111001

Color Harmonies of #49DC5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DC5A

Black with #49DC5A

Text Example


Text Example

White with #49DC5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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