Html Css Color HEX #49D675 Emerald

📋 copy color: '#49D675'

red 73 ◦ green 214 ◦ blue 117

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

Shades of Emerald #49D675

Tints of Emerald #49D675

RGB

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

 GREEN value IS 214 (83.98% from 255) = 52.97%

 BLUE value IS 117 (46.09% from 255) = 28.96%

R = 18.07%
G = 52.97%
B = 28.96%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#49D675 (or 0x49D675) is known color: Emerald. HEX triplet: 49, D6 and 75. RGB value is (73,214,117). Sum of RGB (Red+Green+Blue) = 73+214+117=404 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.07% from 404); Green value is 214 (83.98% from 255 or 52.97% from 404); Blue value is 117 (46.09% from 255 or 28.96% from 404); Max value from RGB is 214 - color contains mainly: green. Hex color #49D675 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D675 is #B6298A. Grayscale: #A1A1A1. Windows color (decimal): -11938187 or 7722569. OLE color: 7722569.

HSL color Cylindrical-coordinate representation of color #49D675: hue angle of 138.72º degrees, saturation: 0.63, 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 #49D675 is Cyan = 0.66, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 73 214 117 -
CMYK 0.66 0 0.45 0.16
HSL 138.72º 0.63% 0.56% -
HSV(B) 138.72º 0.66% 0.84% -
XYZ 30.01 50.79 25.05 -
YUV 160.78 103.29 65.39 -
System Red Green Blue C M Y K H S L
Decimal 73 214 117 0.66 0 0.45 0.16 138.72 0.63 0.56
Hex 49 D6 75 42 0 2D 10 8B 3F 38
Octal 111 326 165 102 0 55 20 213 77 70
Binary 1001001 11010110 1110101 1000010 0 101101 10000 10001011 111111 111000

Color Harmonies of #49D675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D675

Black with #49D675

Text Example


Text Example

White with #49D675

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,214,117); }

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

background-color css

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

 a { background-color: rgb(73,214,117); }

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

border-color css

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

 span { border-color: rgb(73,214,117); }

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