#4DC466

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

Shades of Emerald #4DC466

Tints of Emerald #4DC466

Color information

#4DC466 (or 0x4DC466) is unknown color: approx Emerald. HEX triplet: 4D, C4 and 66. RGB value is (77,196,102). Sum of RGB (Red+Green+Blue) = 77+196+102=375 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.53% from 375); Green value is 196 (76.95% from 255 or 52.27% from 375); Blue value is 102 (40.23% from 255 or 27.2% from 375); Max value from RGB is 196 - color contains mainly: green. Hex color #4DC466 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DC466 is #B23B99. Grayscale: #959595. Windows color (decimal): -11680666 or 6734925. OLE color: 6734925.

HSL color Cylindrical-coordinate representation of color #4DC466: hue angle of 132.61º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4DC466 is Cyan = 0.61, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.23.

Color convert

RGB77196102-
CMYK0.6100.480.23
HSL132.61º50.21%53.53%-
HSV(B)132.61º60.71%76.86%-
XYZ25.242.0219.35-
YUV149.7101.0876.14-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 20.53%
GREEN value IS 196 (76.95% from 255) = 52.27%
BLUE value IS 102 (40.23% from 255) = 27.2%
R=20.53%
G=52.27%
B=27.2%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal771961020.6100.480.23132.6150.2153.53
Hex4DC4663D03017853236
Octal11530414675060272056266
Binary100110111000100110011011110101100001011110000101110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DC466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,196,102); }

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

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

 a { background-color: rgb(77,196,102); }

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

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

 span { border-color: rgb(77,196,102); }

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