Html Css Color HEX #4DDA80 Emerald

📋 copy color: '#4DDA80'

red 77 ◦ green 218 ◦ blue 128

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

Shades of Emerald #4DDA80

Tints of Emerald #4DDA80

RGB

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

 GREEN value IS 218 (85.55% from 255) = 51.54%

 BLUE value IS 128 (50.39% from 255) = 30.26%

R = 18.2%
G = 51.54%
B = 30.26%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#4DDA80 (or 0x4DDA80) is known color: Emerald. HEX triplet: 4D, DA and 80. RGB value is (77,218,128). Sum of RGB (Red+Green+Blue) = 77+218+128=423 (56% of max value = 765). Red value is 77 (30.47% from 255 or 18.20% from 423); Green value is 218 (85.55% from 255 or 51.54% from 423); Blue value is 128 (50.39% from 255 or 30.26% from 423); Max value from RGB is 218 - color contains mainly: green. Hex color #4DDA80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DDA80 is #B2257F. Grayscale: #A5A5A5. Windows color (decimal): -11675008 or 8444493. OLE color: 8444493.

HSL color Cylindrical-coordinate representation of color #4DDA80: hue angle of 141.7º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DDA80 is Cyan = 0.65, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 77 218 128 -
CMYK 0.65 0 0.41 0.15
HSL 141.7º 0.66% 0.58% -
HSV(B) 141.7º 0.65% 0.85% -
XYZ 32.03 53.28 29.02 -
YUV 165.58 106.79 64.82 -
System Red Green Blue C M Y K H S L
Decimal 77 218 128 0.65 0 0.41 0.15 141.7 0.66 0.58
Hex 4D DA 80 41 0 29 F 8E 42 3A
Octal 115 332 200 101 0 51 17 216 102 72
Binary 1001101 11011010 10000000 1000001 0 101001 1111 10001110 1000010 111010

Color Harmonies of #4DDA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DDA80

Black with #4DDA80

Text Example


Text Example

White with #4DDA80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,218,128); }

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

background-color css

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

 a { background-color: rgb(77,218,128); }

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

border-color css

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

 span { border-color: rgb(77,218,128); }

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