Html Css Color HEX #49D45E Emerald

📋 copy color: '#49D45E'

red 73 ◦ green 212 ◦ blue 94

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

Shades of Emerald #49D45E

Tints of Emerald #49D45E

RGB

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

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

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

R = 19.26%
G = 55.94%
B = 24.8%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.56

 K value IS 0.17

RGB Variations

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

Color information

#49D45E (or 0x49D45E) is known color: Emerald. HEX triplet: 49, D4 and 5E. RGB value is (73,212,94). Sum of RGB (Red+Green+Blue) = 73+212+94=379 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.26% from 379); Green value is 212 (83.20% from 255 or 55.94% from 379); Blue value is 94 (37.11% from 255 or 24.80% from 379); Max value from RGB is 212 - color contains mainly: green. Hex color #49D45E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D45E is #B62BA1. Grayscale: #9D9D9D. Windows color (decimal): -11938722 or 6214729. OLE color: 6214729.

HSL color Cylindrical-coordinate representation of color #49D45E: hue angle of 129.06º 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 #49D45E is Cyan = 0.66, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.17.

Color convert

RGB 73 212 94 -
CMYK 0.66 0 0.56 0.17
HSL 129.06º 0.62% 0.56% -
HSV(B) 129.06º 0.66% 0.83% -
XYZ 28.31 49.31 18.62 -
YUV 156.99 92.45 68.09 -
System Red Green Blue C M Y K H S L
Decimal 73 212 94 0.66 0 0.56 0.17 129.06 0.62 0.56
Hex 49 D4 5E 42 0 38 11 81 3E 38
Octal 111 324 136 102 0 70 21 201 76 70
Binary 1001001 11010100 1011110 1000010 0 111000 10001 10000001 111110 111000

Color Harmonies of #49D45E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D45E

Black with #49D45E

Text Example


Text Example

White with #49D45E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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