Html Css Color HEX #49CE74 Emerald

📋 copy color: '#49CE74'

red 73 ◦ green 206 ◦ blue 116

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

Shades of Emerald #49CE74

Tints of Emerald #49CE74

RGB

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

 GREEN value IS 206 (80.86% from 255) = 52.15%

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

R = 18.48%
G = 52.15%
B = 29.37%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#49CE74 (or 0x49CE74) is known color: Emerald. HEX triplet: 49, CE and 74. RGB value is (73,206,116). Sum of RGB (Red+Green+Blue) = 73+206+116=395 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.48% from 395); Green value is 206 (80.86% from 255 or 52.15% from 395); Blue value is 116 (45.70% from 255 or 29.37% from 395); Max value from RGB is 206 - color contains mainly: green. Hex color #49CE74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49CE74 is #B6318B. Grayscale: #9C9C9C. Windows color (decimal): -11940236 or 7654985. OLE color: 7654985.

HSL color Cylindrical-coordinate representation of color #49CE74: hue angle of 139.4º 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 #49CE74 is Cyan = 0.65, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.19.

Color convert

RGB 73 206 116 -
CMYK 0.65 0 0.44 0.19
HSL 139.4º 0.58% 0.55% -
HSV(B) 139.4º 0.65% 0.81% -
XYZ 27.97 46.82 24.09 -
YUV 155.97 105.44 68.82 -
System Red Green Blue C M Y K H S L
Decimal 73 206 116 0.65 0 0.44 0.19 139.4 0.58 0.55
Hex 49 CE 74 41 0 2C 13 8B 3A 37
Octal 111 316 164 101 0 54 23 213 72 67
Binary 1001001 11001110 1110100 1000001 0 101100 10011 10001011 111010 110111

Color Harmonies of #49CE74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CE74

Black with #49CE74

Text Example


Text Example

White with #49CE74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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