#4CC88C

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

Shades of Emerald #4CC88C

Tints of Emerald #4CC88C

Color information

#4CC88C (or 0x4CC88C) is unknown color: approx Emerald. HEX triplet: 4C, C8 and 8C. RGB value is (76,200,140). Sum of RGB (Red+Green+Blue) = 76+200+140=416 (55% of max value = 765). Red value is 76 (30.08% from 255 or 18.27% from 416); Green value is 200 (78.52% from 255 or 48.08% from 416); Blue value is 140 (55.08% from 255 or 33.65% from 416); Max value from RGB is 200 - color contains mainly: green. Hex color #4CC88C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CC88C is #B33773. Grayscale: #9C9C9C. Windows color (decimal): -11745140 or 9226316. OLE color: 9226316.

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

Color convert

RGB76200140-
CMYK0.6200.30.22
HSL150.97º52.99%54.12%-
HSV(B)150.97º62%78.43%-
XYZ28.3744.7431.95-
YUV156.08118.9270.88-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 18.27%
GREEN value IS 200 (78.52% from 255) = 48.08%
BLUE value IS 140 (55.08% from 255) = 33.65%
R=18.27%
G=48.08%
B=33.65%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal762001400.6200.30.22150.9752.9954.12
Hex4CC88C3E01E16973536
Octal11431021476036262276566
Binary100110011001000100011001111100111101011010010111110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CC88C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,200,140); }

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

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

 a { background-color: rgb(76,200,140); }

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

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

 span { border-color: rgb(76,200,140); }

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