#4CC16C

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

Shades of Emerald #4CC16C

Tints of Emerald #4CC16C

Color information

#4CC16C (or 0x4CC16C) is unknown color: approx Emerald. HEX triplet: 4C, C1 and 6C. RGB value is (76,193,108). Sum of RGB (Red+Green+Blue) = 76+193+108=377 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.16% from 377); Green value is 193 (75.78% from 255 or 51.19% from 377); Blue value is 108 (42.58% from 255 or 28.65% from 377); Max value from RGB is 193 - color contains mainly: green. Hex color #4CC16C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CC16C is #B33E93. Grayscale: #949494. Windows color (decimal): -11746964 or 7127372. OLE color: 7127372.

HSL color Cylindrical-coordinate representation of color #4CC16C: hue angle of 136.41º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4CC16C is Cyan = 0.61, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB76193108-
CMYK0.6100.440.24
HSL136.41º48.55%52.75%-
HSV(B)136.41º60.62%75.69%-
XYZ24.7640.7620.75-
YUV148.33105.2476.41-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.16%
GREEN value IS 193 (75.78% from 255) = 51.19%
BLUE value IS 108 (42.58% from 255) = 28.65%
R=20.16%
G=51.19%
B=28.65%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal761931080.6100.440.24136.4148.5552.75
Hex4CC16C3D02C18883135
Octal11430115475054302106165
Binary100110011000001110110011110101011001100010001000110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CC16C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,193,108); }

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

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

 a { background-color: rgb(76,193,108); }

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

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

 span { border-color: rgb(76,193,108); }

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