Html Css Color HEX #49EB74 Emerald

📋 copy color: '#49EB74'

red 73 ◦ green 235 ◦ blue 116

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

Shades of Emerald #49EB74

Tints of Emerald #49EB74

RGB

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

 GREEN value IS 235 (92.19% from 255) = 55.42%

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

R = 17.22%
G = 55.42%
B = 27.36%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#49EB74 (or 0x49EB74) is known color: Emerald. HEX triplet: 49, EB and 74. RGB value is (73,235,116). Sum of RGB (Red+Green+Blue) = 73+235+116=424 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.22% from 424); Green value is 235 (92.19% from 255 or 55.42% from 424); Blue value is 116 (45.70% from 255 or 27.36% from 424); Max value from RGB is 235 - color contains mainly: green. Hex color #49EB74 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #49EB74 is #B6148B. Grayscale: #ADADAD. Windows color (decimal): -11932812 or 7662409. OLE color: 7662409.

HSL color Cylindrical-coordinate representation of color #49EB74: hue angle of 135.93º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49EB74 is Cyan = 0.69, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB 73 235 116 -
CMYK 0.69 0 0.51 0.08
HSL 135.93º 0.8% 0.6% -
HSV(B) 135.93º 0.69% 0.92% -
XYZ 35.61 62.09 26.63 -
YUV 173 95.83 56.68 -
System Red Green Blue C M Y K H S L
Decimal 73 235 116 0.69 0 0.51 0.08 135.93 0.8 0.6
Hex 49 EB 74 45 0 33 8 88 50 3C
Octal 111 353 164 105 0 63 10 210 120 74
Binary 1001001 11101011 1110100 1000101 0 110011 1000 10001000 1010000 111100

Color Harmonies of #49EB74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49EB74

Black with #49EB74

Text Example


Text Example

White with #49EB74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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