Html Css Color HEX #49ED74 Emerald

📋 copy color: '#49ED74'

red 73 ◦ green 237 ◦ blue 116

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

Shades of Emerald #49ED74

Tints of Emerald #49ED74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 27.23%

R = 17.14%
G = 55.63%
B = 27.23%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#49ED74 (or 0x49ED74) is known color: Emerald. HEX triplet: 49, ED and 74. RGB value is (73,237,116). Sum of RGB (Red+Green+Blue) = 73+237+116=426 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.14% from 426); Green value is 237 (92.97% from 255 or 55.63% from 426); Blue value is 116 (45.70% from 255 or 27.23% from 426); Max value from RGB is 237 - color contains mainly: green. Hex color #49ED74 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #49ED74 is #B6128B. Grayscale: #AEAEAE. Windows color (decimal): -11932300 or 7662921. OLE color: 7662921.

HSL color Cylindrical-coordinate representation of color #49ED74: hue angle of 135.73º 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 #49ED74 is Cyan = 0.69, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB 73 237 116 -
CMYK 0.69 0 0.51 0.07
HSL 135.73º 0.82% 0.61% -
HSV(B) 135.73º 0.69% 0.93% -
XYZ 36.18 63.25 26.82 -
YUV 174.17 95.17 55.84 -
System Red Green Blue C M Y K H S L
Decimal 73 237 116 0.69 0 0.51 0.07 135.73 0.82 0.61
Hex 49 ED 74 45 0 33 7 88 52 3D
Octal 111 355 164 105 0 63 7 210 122 75
Binary 1001001 11101101 1110100 1000101 0 110011 111 10001000 1010010 111101

Color Harmonies of #49ED74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49ED74

Black with #49ED74

Text Example


Text Example

White with #49ED74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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