Html Css Color HEX #49CA5E Emerald

📋 copy color: '#49CA5E'

red 73 ◦ green 202 ◦ blue 94

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

Shades of Emerald #49CA5E

Tints of Emerald #49CA5E

RGB

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

 GREEN value IS 202 (79.3% from 255) = 54.74%

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

R = 19.78%
G = 54.74%
B = 25.47%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#49CA5E (or 0x49CA5E) is known color: Emerald. HEX triplet: 49, CA and 5E. RGB value is (73,202,94). Sum of RGB (Red+Green+Blue) = 73+202+94=369 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.78% from 369); Green value is 202 (79.30% from 255 or 54.74% from 369); Blue value is 94 (37.11% from 255 or 25.47% from 369); Max value from RGB is 202 - color contains mainly: green. Hex color #49CA5E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49CA5E is #B635A1. Grayscale: #979797. Windows color (decimal): -11941282 or 6212169. OLE color: 6212169.

HSL color Cylindrical-coordinate representation of color #49CA5E: hue angle of 129.77º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49CA5E is Cyan = 0.64, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.

Color convert

RGB 73 202 94 -
CMYK 0.64 0 0.53 0.21
HSL 129.77º 0.55% 0.54% -
HSV(B) 129.77º 0.64% 0.79% -
XYZ 25.89 44.47 17.81 -
YUV 151.12 95.76 72.28 -
System Red Green Blue C M Y K H S L
Decimal 73 202 94 0.64 0 0.53 0.21 129.77 0.55 0.54
Hex 49 CA 5E 40 0 35 15 82 37 36
Octal 111 312 136 100 0 65 25 202 67 66
Binary 1001001 11001010 1011110 1000000 0 110101 10101 10000010 110111 110110

Color Harmonies of #49CA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CA5E

Black with #49CA5E

Text Example


Text Example

White with #49CA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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