Html Css Color HEX #49ED70 Emerald

📋 copy color: '#49ED70'

red 73 ◦ green 237 ◦ blue 112

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

Shades of Emerald #49ED70

Tints of Emerald #49ED70

RGB

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

 GREEN value IS 237 (92.97% from 255) = 56.16%

 BLUE value IS 112 (44.14% from 255) = 26.54%

R = 17.3%
G = 56.16%
B = 26.54%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#49ED70 (or 0x49ED70) is known color: Emerald. HEX triplet: 49, ED and 70. RGB value is (73,237,112). Sum of RGB (Red+Green+Blue) = 73+237+112=422 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.30% from 422); Green value is 237 (92.97% from 255 or 56.16% from 422); Blue value is 112 (44.14% from 255 or 26.54% from 422); Max value from RGB is 237 - color contains mainly: green. Hex color #49ED70 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #49ED70 is #B6128F. Grayscale: #AEAEAE. Windows color (decimal): -11932304 or 7400777. OLE color: 7400777.

HSL color Cylindrical-coordinate representation of color #49ED70: hue angle of 134.27º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49ED70 is Cyan = 0.69, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB 73 237 112 -
CMYK 0.69 0 0.53 0.07
HSL 134.27º 0.82% 0.61% -
HSV(B) 134.27º 0.69% 0.93% -
XYZ 35.96 63.15 25.62 -
YUV 173.71 93.17 56.16 -
System Red Green Blue C M Y K H S L
Decimal 73 237 112 0.69 0 0.53 0.07 134.27 0.82 0.61
Hex 49 ED 70 45 0 35 7 86 52 3D
Octal 111 355 160 105 0 65 7 206 122 75
Binary 1001001 11101101 1110000 1000101 0 110101 111 10000110 1010010 111101

Color Harmonies of #49ED70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49ED70

Black with #49ED70

Text Example


Text Example

White with #49ED70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,237,112); }

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

background-color css

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

 a { background-color: rgb(73,237,112); }

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

border-color css

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

 span { border-color: rgb(73,237,112); }

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