Html Css Color HEX #49CF76 Emerald

📋 copy color: '#49CF76'

red 73 ◦ green 207 ◦ blue 118

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

Shades of Emerald #49CF76

Tints of Emerald #49CF76

RGB

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

 GREEN value IS 207 (81.25% from 255) = 52.01%

 BLUE value IS 118 (46.48% from 255) = 29.65%

R = 18.34%
G = 52.01%
B = 29.65%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#49CF76 (or 0x49CF76) is known color: Emerald. HEX triplet: 49, CF and 76. RGB value is (73,207,118). Sum of RGB (Red+Green+Blue) = 73+207+118=398 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.34% from 398); Green value is 207 (81.25% from 255 or 52.01% from 398); Blue value is 118 (46.48% from 255 or 29.65% from 398); Max value from RGB is 207 - color contains mainly: green. Hex color #49CF76 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49CF76 is #B63089. Grayscale: #9D9D9D. Windows color (decimal): -11939978 or 7786313. OLE color: 7786313.

HSL color Cylindrical-coordinate representation of color #49CF76: hue angle of 140.15º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49CF76 is Cyan = 0.65, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB 73 207 118 -
CMYK 0.65 0 0.43 0.19
HSL 140.15º 0.58% 0.55% -
HSV(B) 140.15º 0.65% 0.81% -
XYZ 28.33 47.35 24.79 -
YUV 156.79 106.11 68.24 -
System Red Green Blue C M Y K H S L
Decimal 73 207 118 0.65 0 0.43 0.19 140.15 0.58 0.55
Hex 49 CF 76 41 0 2B 13 8C 3A 37
Octal 111 317 166 101 0 53 23 214 72 67
Binary 1001001 11001111 1110110 1000001 0 101011 10011 10001100 111010 110111

Color Harmonies of #49CF76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CF76

Black with #49CF76

Text Example


Text Example

White with #49CF76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,207,118); }

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

background-color css

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

 a { background-color: rgb(73,207,118); }

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

border-color css

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

 span { border-color: rgb(73,207,118); }

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