Html Css Color HEX #49DF74 Emerald

📋 copy color: '#49DF74'

red 73 ◦ green 223 ◦ blue 116

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

Shades of Emerald #49DF74

Tints of Emerald #49DF74

RGB

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

 GREEN value IS 223 (87.5% from 255) = 54.13%

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

R = 17.72%
G = 54.13%
B = 28.16%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#49DF74 (or 0x49DF74) is known color: Emerald. HEX triplet: 49, DF and 74. RGB value is (73,223,116). Sum of RGB (Red+Green+Blue) = 73+223+116=412 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.72% from 412); Green value is 223 (87.5% from 255 or 54.13% from 412); Blue value is 116 (45.70% from 255 or 28.16% from 412); Max value from RGB is 223 - color contains mainly: green. Hex color #49DF74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49DF74 is #B6208B. Grayscale: #A6A6A6. Windows color (decimal): -11935884 or 7659337. OLE color: 7659337.

HSL color Cylindrical-coordinate representation of color #49DF74: hue angle of 137.2º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49DF74 is Cyan = 0.67, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 73 223 116 -
CMYK 0.67 0 0.48 0.13
HSL 137.2º 0.7% 0.58% -
HSV(B) 137.2º 0.67% 0.87% -
XYZ 32.29 55.45 25.52 -
YUV 165.95 99.81 61.7 -
System Red Green Blue C M Y K H S L
Decimal 73 223 116 0.67 0 0.48 0.13 137.2 0.7 0.58
Hex 49 DF 74 43 0 30 D 89 46 3A
Octal 111 337 164 103 0 60 15 211 106 72
Binary 1001001 11011111 1110100 1000011 0 110000 1101 10001001 1000110 111010

Color Harmonies of #49DF74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DF74

Black with #49DF74

Text Example


Text Example

White with #49DF74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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