Html Css Color HEX #49D45A Emerald

📋 copy color: '#49D45A'

red 73 ◦ green 212 ◦ blue 90

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

Shades of Emerald #49D45A

Tints of Emerald #49D45A

RGB

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

 GREEN value IS 212 (83.2% from 255) = 56.53%

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

R = 19.47%
G = 56.53%
B = 24%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.58

 K value IS 0.17

RGB Variations

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

Color information

#49D45A (or 0x49D45A) is known color: Emerald. HEX triplet: 49, D4 and 5A. RGB value is (73,212,90). Sum of RGB (Red+Green+Blue) = 73+212+90=375 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.47% from 375); Green value is 212 (83.20% from 255 or 56.53% from 375); Blue value is 90 (35.55% from 255 or 24% from 375); Max value from RGB is 212 - color contains mainly: green. Hex color #49D45A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D45A is #B62BA5. Grayscale: #9C9C9C. Windows color (decimal): -11938726 or 5952585. OLE color: 5952585.

HSL color Cylindrical-coordinate representation of color #49D45A: hue angle of 127.34º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49D45A is Cyan = 0.66, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.17.

Color convert

RGB 73 212 90 -
CMYK 0.66 0 0.58 0.17
HSL 127.34º 0.62% 0.56% -
HSV(B) 127.34º 0.66% 0.83% -
XYZ 28.14 49.24 17.69 -
YUV 156.53 90.45 68.42 -
System Red Green Blue C M Y K H S L
Decimal 73 212 90 0.66 0 0.58 0.17 127.34 0.62 0.56
Hex 49 D4 5A 42 0 3A 11 7F 3E 38
Octal 111 324 132 102 0 72 21 177 76 70
Binary 1001001 11010100 1011010 1000010 0 111010 10001 1111111 111110 111000

Color Harmonies of #49D45A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D45A

Black with #49D45A

Text Example


Text Example

White with #49D45A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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