Html Css Color HEX #49D75B Emerald

📋 copy color: '#49D75B'

red 73 ◦ green 215 ◦ blue 91

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

Shades of Emerald #49D75B

Tints of Emerald #49D75B

RGB

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

 GREEN value IS 215 (84.38% from 255) = 56.73%

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

R = 19.26%
G = 56.73%
B = 24.01%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#49D75B (or 0x49D75B) is known color: Emerald. HEX triplet: 49, D7 and 5B. RGB value is (73,215,91). Sum of RGB (Red+Green+Blue) = 73+215+91=379 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.26% from 379); Green value is 215 (84.38% from 255 or 56.73% from 379); Blue value is 91 (35.94% from 255 or 24.01% from 379); Max value from RGB is 215 - color contains mainly: green. Hex color #49D75B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D75B is #B628A4. Grayscale: #9E9E9E. Windows color (decimal): -11937957 or 6018889. OLE color: 6018889.

HSL color Cylindrical-coordinate representation of color #49D75B: hue angle of 127.61º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49D75B is Cyan = 0.66, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.16.

Color convert

RGB 73 215 91 -
CMYK 0.66 0 0.58 0.16
HSL 127.61º 0.64% 0.56% -
HSV(B) 127.61º 0.66% 0.84% -
XYZ 28.94 50.77 18.17 -
YUV 158.41 89.96 67.08 -
System Red Green Blue C M Y K H S L
Decimal 73 215 91 0.66 0 0.58 0.16 127.61 0.64 0.56
Hex 49 D7 5B 42 0 3A 10 80 40 38
Octal 111 327 133 102 0 72 20 200 100 70
Binary 1001001 11010111 1011011 1000010 0 111010 10000 10000000 1000000 111000

Color Harmonies of #49D75B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D75B

Black with #49D75B

Text Example


Text Example

White with #49D75B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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