#4DCD82

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

Shades of Emerald #4DCD82

Tints of Emerald #4DCD82

Color information

#4DCD82 (or 0x4DCD82) is unknown color: approx Emerald. HEX triplet: 4D, CD and 82. RGB value is (77,205,130). Sum of RGB (Red+Green+Blue) = 77+205+130=412 (54% of max value = 765). Red value is 77 (30.47% from 255 or 18.69% from 412); Green value is 205 (80.47% from 255 or 49.76% from 412); Blue value is 130 (51.17% from 255 or 31.55% from 412); Max value from RGB is 205 - color contains mainly: green. Hex color #4DCD82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DCD82 is #B2327D. Grayscale: #9E9E9E. Windows color (decimal): -11678334 or 8572237. OLE color: 8572237.

HSL color Cylindrical-coordinate representation of color #4DCD82: hue angle of 144.84º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DCD82 is Cyan = 0.62, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.20.

Color convert

RGB77205130-
CMYK0.6200.370.20
HSL144.84º56.14%55.29%-
HSV(B)144.84º62.44%80.39%-
XYZ28.9246.8528.64-
YUV158.18112.0970.1-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 18.69%
GREEN value IS 205 (80.47% from 255) = 49.76%
BLUE value IS 130 (51.17% from 255) = 31.55%
R=18.69%
G=49.76%
B=31.55%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal772051300.6200.370.20144.8456.1455.29
Hex4DCD823E02514913837
Octal11531520276045242217067
Binary1001101110011011000001011111001001011010010010001111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DCD82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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