Html Css Color HEX #4DDC8C Emerald

📋 copy color: '#4DDC8C'

red 77 ◦ green 220 ◦ blue 140

#4DDC8C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Emerald #4DDC8C

Tints of Emerald #4DDC8C

RGB

 RED value IS 77 (30.47% from 255) = 17.62%

 GREEN value IS 220 (86.33% from 255) = 50.34%

 BLUE value IS 140 (55.08% from 255) = 32.04%

R = 17.62%
G = 50.34%
B = 32.04%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#4DDC8C (or 0x4DDC8C) is known color: Emerald. HEX triplet: 4D, DC and 8C. RGB value is (77,220,140). Sum of RGB (Red+Green+Blue) = 77+220+140=437 (57% of max value = 765). Red value is 77 (30.47% from 255 or 17.62% from 437); Green value is 220 (86.33% from 255 or 50.34% from 437); Blue value is 140 (55.08% from 255 or 32.04% from 437); Max value from RGB is 220 - color contains mainly: green. Hex color #4DDC8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DDC8C is #B22373. Grayscale: #A8A8A8. Windows color (decimal): -11674484 or 9231437. OLE color: 9231437.

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

Color convert

RGB 77 220 140 -
CMYK 0.65 0 0.36 0.14
HSL 146.43º 0.67% 0.58% -
HSV(B) 146.43º 0.65% 0.86% -
XYZ 33.39 54.66 33.6 -
YUV 168.12 112.12 63 -
System Red Green Blue C M Y K H S L
Decimal 77 220 140 0.65 0 0.36 0.14 146.43 0.67 0.58
Hex 4D DC 8C 41 0 24 E 92 43 3A
Octal 115 334 214 101 0 44 16 222 103 72
Binary 1001101 11011100 10001100 1000001 0 100100 1110 10010010 1000011 111010

Color Harmonies of #4DDC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DDC8C

Black with #4DDC8C

Text Example


Text Example

White with #4DDC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4DDC8C;
 }
 .AnyTagClassName
 {
   color: #4DDC8C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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