#4CCC7C

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

Shades of Emerald #4CCC7C

Tints of Emerald #4CCC7C

Color information

#4CCC7C (or 0x4CCC7C) is unknown color: approx Emerald. HEX triplet: 4C, CC and 7C. RGB value is (76,204,124). Sum of RGB (Red+Green+Blue) = 76+204+124=404 (53% of max value = 765). Red value is 76 (30.08% from 255 or 18.81% from 404); Green value is 204 (80.08% from 255 or 50.50% from 404); Blue value is 124 (48.83% from 255 or 30.69% from 404); Max value from RGB is 204 - color contains mainly: green. Hex color #4CCC7C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CCC7C is #B33383. Grayscale: #9C9C9C. Windows color (decimal): -11744132 or 8178764. OLE color: 8178764.

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

Color convert

RGB76204124-
CMYK0.6300.390.2
HSL142.5º55.65%54.9%-
HSV(B)142.5º62.75%80%-
XYZ28.2146.1826.5-
YUV156.61109.5970.5-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 18.81%
GREEN value IS 204 (80.08% from 255) = 50.50%
BLUE value IS 124 (48.83% from 255) = 30.69%
R=18.81%
G=50.50%
B=30.69%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal762041240.6300.390.2142.555.6554.9
Hex4CCC7C3F027148e3837
Octal11431417477047242167067
Binary100110011001100111110011111101001111010010001110111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CCC7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,204,124); }

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

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

 a { background-color: rgb(76,204,124); }

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

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

 span { border-color: rgb(76,204,124); }

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