#4DDC8D

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

Shades of Emerald #4DDC8D

Tints of Emerald #4DDC8D

Color information

#4DDC8D (or 0x4DDC8D) is unknown color: approx Emerald. HEX triplet: 4D, DC and 8D. RGB value is (77,220,141). Sum of RGB (Red+Green+Blue) = 77+220+141=438 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.58% from 438); Green value is 220 (86.33% from 255 or 50.23% from 438); Blue value is 141 (55.47% from 255 or 32.19% from 438); Max value from RGB is 220 - color contains mainly: green. Hex color #4DDC8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DDC8D is #B22372. Grayscale: #A8A8A8. Windows color (decimal): -11674483 or 9296973. OLE color: 9296973.

HSL color Cylindrical-coordinate representation of color #4DDC8D: hue angle of 146.85º 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 #4DDC8D is Cyan = 0.65, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB77220141-
CMYK0.6500.360.14
HSL146.85º67.14%58.24%-
HSV(B)146.85º65%86.27%-
XYZ33.4654.6933.99-
YUV168.24112.6262.92-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 17.58%
GREEN value IS 220 (86.33% from 255) = 50.23%
BLUE value IS 141 (55.47% from 255) = 32.19%
R=17.58%
G=50.23%
B=32.19%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal772201410.6500.360.14146.8567.1458.24
Hex4DDC8D41024E93433a
Octal1153342151010441622310372
Binary10011011101110010001101100000101001001110100100111000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DDC8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,220,141); }

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

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

 a { background-color: rgb(77,220,141); }

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

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

 span { border-color: rgb(77,220,141); }

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