#4DCC60

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

Shades of Emerald #4DCC60

Tints of Emerald #4DCC60

Color information

#4DCC60 (or 0x4DCC60) is unknown color: approx Emerald. HEX triplet: 4D, CC and 60. RGB value is (77,204,96). Sum of RGB (Red+Green+Blue) = 77+204+96=377 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.42% from 377); Green value is 204 (80.08% from 255 or 54.11% from 377); Blue value is 96 (37.89% from 255 or 25.46% from 377); Max value from RGB is 204 - color contains mainly: green. Hex color #4DCC60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DCC60 is #B2339F. Grayscale: #9A9A9A. Windows color (decimal): -11678624 or 6343757. OLE color: 6343757.

HSL color Cylindrical-coordinate representation of color #4DCC60: hue angle of 128.98º 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 #4DCC60 is Cyan = 0.62, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.2.

Color convert

RGB7720496-
CMYK0.6200.530.2
HSL128.98º55.46%55.1%-
HSV(B)128.98º62.25%80%-
XYZ26.7645.6118.46-
YUV153.7195.4273.28-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 20.42%
GREEN value IS 204 (80.08% from 255) = 54.11%
BLUE value IS 96 (37.89% from 255) = 25.46%
R=20.42%
G=54.11%
B=25.46%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal77204960.6200.530.2128.9855.4655.1
Hex4DCC603E03514813737
Octal11531414076065242016767
Binary100110111001100110000011111001101011010010000001110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DCC60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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