Html Css Color HEX #49CC78 Emerald

📋 copy color: '#49CC78'

red 73 ◦ green 204 ◦ blue 120

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

Shades of Emerald #49CC78

Tints of Emerald #49CC78

RGB

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

 GREEN value IS 204 (80.08% from 255) = 51.39%

 BLUE value IS 120 (47.27% from 255) = 30.23%

R = 18.39%
G = 51.39%
B = 30.23%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.41

 K value IS 0.2

RGB Variations

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

Color information

#49CC78 (or 0x49CC78) is known color: Emerald. HEX triplet: 49, CC and 78. RGB value is (73,204,120). Sum of RGB (Red+Green+Blue) = 73+204+120=397 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.39% from 397); Green value is 204 (80.08% from 255 or 51.39% from 397); Blue value is 120 (47.27% from 255 or 30.23% from 397); Max value from RGB is 204 - color contains mainly: green. Hex color #49CC78 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49CC78 is #B63387. Grayscale: #9B9B9B. Windows color (decimal): -11940744 or 7916617. OLE color: 7916617.

HSL color Cylindrical-coordinate representation of color #49CC78: hue angle of 141.53º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49CC78 is Cyan = 0.64, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.2.

Color convert

RGB 73 204 120 -
CMYK 0.64 0 0.41 0.2
HSL 141.53º 0.56% 0.54% -
HSV(B) 141.53º 0.64% 0.8% -
XYZ 27.73 45.96 25.18 -
YUV 155.26 108.1 69.33 -
System Red Green Blue C M Y K H S L
Decimal 73 204 120 0.64 0 0.41 0.2 141.53 0.56 0.54
Hex 49 CC 78 40 0 29 14 8E 38 36
Octal 111 314 170 100 0 51 24 216 70 66
Binary 1001001 11001100 1111000 1000000 0 101001 10100 10001110 111000 110110

Color Harmonies of #49CC78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CC78

Black with #49CC78

Text Example


Text Example

White with #49CC78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,204,120); }

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

background-color css

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

 a { background-color: rgb(73,204,120); }

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

border-color css

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

 span { border-color: rgb(73,204,120); }

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