Html Css Color HEX #49C85B Emerald

📋 copy color: '#49C85B'

red 73 ◦ green 200 ◦ blue 91

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

Shades of Emerald #49C85B

Tints of Emerald #49C85B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 25%

R = 20.05%
G = 54.95%
B = 25%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#49C85B (or 0x49C85B) is known color: Emerald. HEX triplet: 49, C8 and 5B. RGB value is (73,200,91). Sum of RGB (Red+Green+Blue) = 73+200+91=364 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20.05% from 364); Green value is 200 (78.52% from 255 or 54.95% from 364); Blue value is 91 (35.94% from 255 or 25% from 364); Max value from RGB is 200 - color contains mainly: green. Hex color #49C85B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C85B is #B637A4. Grayscale: #959595. Windows color (decimal): -11941797 or 6015049. OLE color: 6015049.

HSL color Cylindrical-coordinate representation of color #49C85B: hue angle of 128.5º 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 #49C85B is Cyan = 0.64, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB 73 200 91 -
CMYK 0.64 0 0.54 0.22
HSL 128.5º 0.54% 0.54% -
HSV(B) 128.5º 0.64% 0.78% -
XYZ 25.29 43.48 16.96 -
YUV 149.6 94.92 73.36 -
System Red Green Blue C M Y K H S L
Decimal 73 200 91 0.64 0 0.54 0.22 128.5 0.54 0.54
Hex 49 C8 5B 40 0 36 16 81 36 36
Octal 111 310 133 100 0 66 26 201 66 66
Binary 1001001 11001000 1011011 1000000 0 110110 10110 10000001 110110 110110

Color Harmonies of #49C85B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C85B

Black with #49C85B

Text Example


Text Example

White with #49C85B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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