Html Css Color HEX #49CE72 Emerald

📋 copy color: '#49CE72'

red 73 ◦ green 206 ◦ blue 114

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

Shades of Emerald #49CE72

Tints of Emerald #49CE72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 29.01%

R = 18.58%
G = 52.42%
B = 29.01%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#49CE72 (or 0x49CE72) is known color: Emerald. HEX triplet: 49, CE and 72. RGB value is (73,206,114). Sum of RGB (Red+Green+Blue) = 73+206+114=393 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.58% from 393); Green value is 206 (80.86% from 255 or 52.42% from 393); Blue value is 114 (44.92% from 255 or 29.01% from 393); Max value from RGB is 206 - color contains mainly: green. Hex color #49CE72 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49CE72 is #B6318D. Grayscale: #9B9B9B. Windows color (decimal): -11940238 or 7523913. OLE color: 7523913.

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

Color convert

RGB 73 206 114 -
CMYK 0.65 0 0.45 0.19
HSL 138.5º 0.58% 0.55% -
HSV(B) 138.5º 0.65% 0.81% -
XYZ 27.86 46.77 23.48 -
YUV 155.75 104.44 68.98 -
System Red Green Blue C M Y K H S L
Decimal 73 206 114 0.65 0 0.45 0.19 138.5 0.58 0.55
Hex 49 CE 72 41 0 2D 13 8A 3A 37
Octal 111 316 162 101 0 55 23 212 72 67
Binary 1001001 11001110 1110010 1000001 0 101101 10011 10001010 111010 110111

Color Harmonies of #49CE72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CE72

Black with #49CE72

Text Example


Text Example

White with #49CE72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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