Html Css Color HEX #49C85E Emerald

📋 copy color: '#49C85E'

red 73 ◦ green 200 ◦ blue 94

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

Shades of Emerald #49C85E

Tints of Emerald #49C85E

RGB

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

 GREEN value IS 200 (78.52% from 255) = 54.5%

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

R = 19.89%
G = 54.5%
B = 25.61%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#49C85E (or 0x49C85E) is known color: Emerald. HEX triplet: 49, C8 and 5E. RGB value is (73,200,94). Sum of RGB (Red+Green+Blue) = 73+200+94=367 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.89% from 367); Green value is 200 (78.52% from 255 or 54.50% from 367); Blue value is 94 (37.11% from 255 or 25.61% from 367); Max value from RGB is 200 - color contains mainly: green. Hex color #49C85E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C85E is #B637A1. Grayscale: #969696. Windows color (decimal): -11941794 or 6211657. OLE color: 6211657.

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

Color convert

RGB 73 200 94 -
CMYK 0.64 0 0.53 0.22
HSL 129.92º 0.54% 0.54% -
HSV(B) 129.92º 0.64% 0.78% -
XYZ 25.42 43.53 17.65 -
YUV 149.94 96.42 73.12 -
System Red Green Blue C M Y K H S L
Decimal 73 200 94 0.64 0 0.53 0.22 129.92 0.54 0.54
Hex 49 C8 5E 40 0 35 16 82 36 36
Octal 111 310 136 100 0 65 26 202 66 66
Binary 1001001 11001000 1011110 1000000 0 110101 10110 10000010 110110 110110

Color Harmonies of #49C85E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C85E

Black with #49C85E

Text Example


Text Example

White with #49C85E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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