#4DC85E

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

Shades of Emerald #4DC85E

Tints of Emerald #4DC85E

Color information

#4DC85E (or 0x4DC85E) is unknown color: approx Emerald. HEX triplet: 4D, C8 and 5E. RGB value is (77,200,94). Sum of RGB (Red+Green+Blue) = 77+200+94=371 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.75% from 371); Green value is 200 (78.52% from 255 or 53.91% from 371); Blue value is 94 (37.11% from 255 or 25.34% from 371); Max value from RGB is 200 - color contains mainly: green. Hex color #4DC85E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DC85E is #B237A1. Grayscale: #979797. Windows color (decimal): -11679650 or 6211661. OLE color: 6211661.

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

Color convert

RGB7720094-
CMYK0.6200.530.22
HSL128.29º52.79%54.31%-
HSV(B)128.29º61.5%78.43%-
XYZ25.7443.6917.67-
YUV151.1495.7575.12-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 20.75%
GREEN value IS 200 (78.52% from 255) = 53.91%
BLUE value IS 94 (37.11% from 255) = 25.34%
R=20.75%
G=53.91%
B=25.34%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal77200940.6200.530.22128.2952.7954.31
Hex4DC85E3E03516803536
Octal11531013676065262006566
Binary100110111001000101111011111001101011011010000000110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DC85E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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