#4CDC56

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

Shades of Emerald #4CDC56

Tints of Emerald #4CDC56

Color information

#4CDC56 (or 0x4CDC56) is unknown color: approx Emerald. HEX triplet: 4C, DC and 56. RGB value is (76,220,86). Sum of RGB (Red+Green+Blue) = 76+220+86=382 (50% of max value = 765). Red value is 76 (30.08% from 255 or 19.90% from 382); Green value is 220 (86.33% from 255 or 57.59% from 382); Blue value is 86 (33.98% from 255 or 22.51% from 382); Max value from RGB is 220 - color contains mainly: green. Hex color #4CDC56 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CDC56 is #B323A9. Grayscale: #A2A2A2. Windows color (decimal): -11740074 or 5692492. OLE color: 5692492.

HSL color Cylindrical-coordinate representation of color #4CDC56: hue angle of 124.17º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4CDC56 is Cyan = 0.65, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.14.

Color convert

RGB7622086-
CMYK0.6500.610.14
HSL124.17º67.29%58.04%-
HSV(B)124.17º65.45%86.27%-
XYZ30.2553.3917.52-
YUV161.6785.2966.9-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 19.90%
GREEN value IS 220 (86.33% from 255) = 57.59%
BLUE value IS 86 (33.98% from 255) = 22.51%
R=19.90%
G=57.59%
B=22.51%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal76220860.6500.610.14124.1767.2958.04
Hex4CDC564103DE7c433a
Octal1143341261010751617410372
Binary100110011011100101011010000010111101111011111001000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CDC56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,220,86); }

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

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

 a { background-color: rgb(76,220,86); }

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

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

 span { border-color: rgb(76,220,86); }

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