#4CC66A

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

Shades of Emerald #4CC66A

Tints of Emerald #4CC66A

Color information

#4CC66A (or 0x4CC66A) is unknown color: approx Emerald. HEX triplet: 4C, C6 and 6A. RGB value is (76,198,106). Sum of RGB (Red+Green+Blue) = 76+198+106=380 (50% of max value = 765). Red value is 76 (30.08% from 255 or 20% from 380); Green value is 198 (77.73% from 255 or 52.11% from 380); Blue value is 106 (41.80% from 255 or 27.89% from 380); Max value from RGB is 198 - color contains mainly: green. Hex color #4CC66A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CC66A is #B33995. Grayscale: #979797. Windows color (decimal): -11745686 or 6997580. OLE color: 6997580.

HSL color Cylindrical-coordinate representation of color #4CC66A: hue angle of 134.75º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4CC66A is Cyan = 0.62, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB76198106-
CMYK0.6200.460.22
HSL134.75º51.69%53.73%-
HSV(B)134.75º61.62%77.65%-
XYZ25.7842.9720.57-
YUV151.03102.5874.48-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20%
GREEN value IS 198 (77.73% from 255) = 52.11%
BLUE value IS 106 (41.80% from 255) = 27.89%
R=20%
G=52.11%
B=27.89%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal761981060.6200.460.22134.7551.6953.73
Hex4CC66A3E02E16873436
Octal11430615276056262076466
Binary100110011000110110101011111001011101011010000111110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CC66A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,198,106); }

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

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

 a { background-color: rgb(76,198,106); }

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

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

 span { border-color: rgb(76,198,106); }

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