#4CCC74

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

Shades of Emerald #4CCC74

Tints of Emerald #4CCC74

Color information

#4CCC74 (or 0x4CCC74) is unknown color: approx Emerald. HEX triplet: 4C, CC and 74. RGB value is (76,204,116). Sum of RGB (Red+Green+Blue) = 76+204+116=396 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19.19% from 396); Green value is 204 (80.08% from 255 or 51.52% from 396); Blue value is 116 (45.70% from 255 or 29.29% from 396); Max value from RGB is 204 - color contains mainly: green. Hex color #4CCC74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CCC74 is #B3338B. Grayscale: #9B9B9B. Windows color (decimal): -11744140 or 7654476. OLE color: 7654476.

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

Color convert

RGB76204116-
CMYK0.6300.430.2
HSL138.75º55.65%54.9%-
HSV(B)138.75º62.75%80%-
XYZ27.7345.9823.94-
YUV155.7105.5971.16-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 19.19%
GREEN value IS 204 (80.08% from 255) = 51.52%
BLUE value IS 116 (45.70% from 255) = 29.29%
R=19.19%
G=51.52%
B=29.29%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal762041160.6300.430.2138.7555.6554.9
Hex4CCC743F02B148b3837
Octal11431416477053242137067
Binary100110011001100111010011111101010111010010001011111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CCC74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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