Html Css Color HEX #4DC076 Emerald

📋 copy color: '#4DC076'

red 77 ◦ green 192 ◦ blue 118

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

Shades of Emerald #4DC076

Tints of Emerald #4DC076

RGB

 RED value IS 77 (30.47% from 255) = 19.9%

 GREEN value IS 192 (75.39% from 255) = 49.61%

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

R = 19.9%
G = 49.61%
B = 30.49%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#4DC076 (or 0x4DC076) is known color: Emerald. HEX triplet: 4D, C0 and 76. RGB value is (77,192,118). Sum of RGB (Red+Green+Blue) = 77+192+118=387 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.90% from 387); Green value is 192 (75.39% from 255 or 49.61% from 387); Blue value is 118 (46.48% from 255 or 30.49% from 387); Max value from RGB is 192 - color contains mainly: green. Hex color #4DC076 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DC076 is #B23F89. Grayscale: #959595. Windows color (decimal): -11681674 or 7782477. OLE color: 7782477.

HSL color Cylindrical-coordinate representation of color #4DC076: hue angle of 141.39º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4DC076 is Cyan = 0.60, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB 77 192 118 -
CMYK 0.60 0 0.39 0.25
HSL 141.39º 0.48% 0.53% -
HSV(B) 141.39º 0.6% 0.75% -
XYZ 25.18 40.59 23.65 -
YUV 149.18 110.4 76.52 -
System Red Green Blue C M Y K H S L
Decimal 77 192 118 0.60 0 0.39 0.25 141.39 0.48 0.53
Hex 4D C0 76 3C 0 27 19 8D 30 35
Octal 115 300 166 74 0 47 31 215 60 65
Binary 1001101 11000000 1110110 111100 0 100111 11001 10001101 110000 110101

Color Harmonies of #4DC076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DC076

Black with #4DC076

Text Example


Text Example

White with #4DC076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4DC076; }

 p { color: rgb(77,192,118); }

 H1.HeaderClassName
 {
   color: #4DC076;
 }
 .AnyTagClassName
 {
   color: #4DC076;
 }
</style>

background-color css

<style>
 a { background-color: #4DC076; }

 a { background-color: rgb(77,192,118); }

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

border-color css

<style>
 span { border-color: #4DC076; }

 span { border-color: rgb(77,192,118); }

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