#4DC882

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

Shades of Emerald #4DC882

Tints of Emerald #4DC882

Color information

#4DC882 (or 0x4DC882) is unknown color: approx Emerald. HEX triplet: 4D, C8 and 82. RGB value is (77,200,130). Sum of RGB (Red+Green+Blue) = 77+200+130=407 (53% of max value = 765). Red value is 77 (30.47% from 255 or 18.92% from 407); Green value is 200 (78.52% from 255 or 49.14% from 407); Blue value is 130 (51.17% from 255 or 31.94% from 407); Max value from RGB is 200 - color contains mainly: green. Hex color #4DC882 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DC882 is #B2377D. Grayscale: #9B9B9B. Windows color (decimal): -11679614 or 8570957. OLE color: 8570957.

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

Color convert

RGB77200130-
CMYK0.6200.350.22
HSL145.85º52.79%54.31%-
HSV(B)145.85º61.5%78.43%-
XYZ27.7444.528.25-
YUV155.24113.7572.19-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 18.92%
GREEN value IS 200 (78.52% from 255) = 49.14%
BLUE value IS 130 (51.17% from 255) = 31.94%
R=18.92%
G=49.14%
B=31.94%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal772001300.6200.350.22145.8552.7954.31
Hex4DC8823E02316923536
Octal11531020276043262226566
Binary1001101110010001000001011111001000111011010010010110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DC882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,200,130); }

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

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

 a { background-color: rgb(77,200,130); }

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

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

 span { border-color: rgb(77,200,130); }

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