#4CC68A

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

Shades of Emerald #4CC68A

Tints of Emerald #4CC68A

Color information

#4CC68A (or 0x4CC68A) is unknown color: approx Emerald. HEX triplet: 4C, C6 and 8A. RGB value is (76,198,138). Sum of RGB (Red+Green+Blue) = 76+198+138=412 (54% of max value = 765). Red value is 76 (30.08% from 255 or 18.45% from 412); Green value is 198 (77.73% from 255 or 48.06% from 412); Blue value is 138 (54.30% from 255 or 33.50% from 412); Max value from RGB is 198 - color contains mainly: green. Hex color #4CC68A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CC68A is #B33975. Grayscale: #9A9A9A. Windows color (decimal): -11745654 or 9094732. OLE color: 9094732.

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

Color convert

RGB76198138-
CMYK0.6200.300.22
HSL150.49º51.69%53.73%-
HSV(B)150.49º61.62%77.65%-
XYZ27.7643.7631.03-
YUV154.68118.5871.88-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 18.45%
GREEN value IS 198 (77.73% from 255) = 48.06%
BLUE value IS 138 (54.30% from 255) = 33.50%
R=18.45%
G=48.06%
B=33.50%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal761981380.6200.300.22150.4951.6953.73
Hex4CC68A3E01E16963436
Octal11430621276036262266466
Binary100110011000110100010101111100111101011010010110110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CC68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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