#4DCC76

Color #4DCC76 Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #4DCC76

Tints of Emerald #4DCC76

Color information

#4DCC76 (or 0x4DCC76) is unknown color: approx Emerald. HEX triplet: 4D, CC and 76. RGB value is (77,204,118). Sum of RGB (Red+Green+Blue) = 77+204+118=399 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.30% from 399); Green value is 204 (80.08% from 255 or 51.13% from 399); Blue value is 118 (46.48% from 255 or 29.57% from 399); Max value from RGB is 204 - color contains mainly: green. Hex color #4DCC76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DCC76 is #B23389. Grayscale: #9C9C9C. Windows color (decimal): -11678602 or 7785549. OLE color: 7785549.

HSL color Cylindrical-coordinate representation of color #4DCC76: hue angle of 139.37º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DCC76 is Cyan = 0.62, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.2.

Color convert

RGB77204118-
CMYK0.6200.420.2
HSL139.37º55.46%55.1%-
HSV(B)139.37º62.25%80%-
XYZ27.9246.0724.56-
YUV156.22106.4271.49-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 19.30%
GREEN value IS 204 (80.08% from 255) = 51.13%
BLUE value IS 118 (46.48% from 255) = 29.57%
R=19.30%
G=51.13%
B=29.57%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal772041180.6200.420.2139.3755.4655.1
Hex4DCC763E02A148b3737
Octal11531416676052242136767
Binary100110111001100111011011111001010101010010001011110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DCC76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4DCC76;
 }
 .AnyTagClassName
 {
   color: #4DCC76;
 }
</style>
background-color css

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

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

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

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

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

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