Html Css Color HEX #49D85A Emerald

📋 copy color: '#49D85A'

red 73 ◦ green 216 ◦ blue 90

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

Shades of Emerald #49D85A

Tints of Emerald #49D85A

RGB

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

 GREEN value IS 216 (84.77% from 255) = 56.99%

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

R = 19.26%
G = 56.99%
B = 23.75%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#49D85A (or 0x49D85A) is known color: Emerald. HEX triplet: 49, D8 and 5A. RGB value is (73,216,90). Sum of RGB (Red+Green+Blue) = 73+216+90=379 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.26% from 379); Green value is 216 (84.77% from 255 or 56.99% from 379); Blue value is 90 (35.55% from 255 or 23.75% from 379); Max value from RGB is 216 - color contains mainly: green. Hex color #49D85A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D85A is #B627A5. Grayscale: #9F9F9F. Windows color (decimal): -11937702 or 5953609. OLE color: 5953609.

HSL color Cylindrical-coordinate representation of color #49D85A: hue angle of 127.13º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49D85A is Cyan = 0.66, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB 73 216 90 -
CMYK 0.66 0 0.58 0.15
HSL 127.13º 0.65% 0.57% -
HSV(B) 127.13º 0.66% 0.85% -
XYZ 29.15 51.27 18.03 -
YUV 158.88 89.12 66.75 -
System Red Green Blue C M Y K H S L
Decimal 73 216 90 0.66 0 0.58 0.15 127.13 0.65 0.57
Hex 49 D8 5A 42 0 3A F 7F 41 39
Octal 111 330 132 102 0 72 17 177 101 71
Binary 1001001 11011000 1011010 1000010 0 111010 1111 1111111 1000001 111001

Color Harmonies of #49D85A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D85A

Black with #49D85A

Text Example


Text Example

White with #49D85A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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