Html Css Color HEX #4DD85E Emerald

📋 copy color: '#4DD85E'

red 77 ◦ green 216 ◦ blue 94

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

Shades of Emerald #4DD85E

Tints of Emerald #4DD85E

RGB

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

 GREEN value IS 216 (84.77% from 255) = 55.81%

 BLUE value IS 94 (37.11% from 255) = 24.29%

R = 19.9%
G = 55.81%
B = 24.29%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#4DD85E (or 0x4DD85E) is known color: Emerald. HEX triplet: 4D, D8 and 5E. RGB value is (77,216,94). Sum of RGB (Red+Green+Blue) = 77+216+94=387 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.90% from 387); Green value is 216 (84.77% from 255 or 55.81% from 387); Blue value is 94 (37.11% from 255 or 24.29% from 387); Max value from RGB is 216 - color contains mainly: green. Hex color #4DD85E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DD85E is #B227A1. Grayscale: #A0A0A0. Windows color (decimal): -11675554 or 6215757. OLE color: 6215757.

HSL color Cylindrical-coordinate representation of color #4DD85E: hue angle of 127.34º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4DD85E is Cyan = 0.64, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 77 216 94 -
CMYK 0.64 0 0.56 0.15
HSL 127.34º 0.64% 0.57% -
HSV(B) 127.34º 0.64% 0.85% -
XYZ 29.64 51.5 18.97 -
YUV 160.53 90.45 68.42 -
System Red Green Blue C M Y K H S L
Decimal 77 216 94 0.64 0 0.56 0.15 127.34 0.64 0.57
Hex 4D D8 5E 40 0 38 F 7F 40 39
Octal 115 330 136 100 0 70 17 177 100 71
Binary 1001101 11011000 1011110 1000000 0 111000 1111 1111111 1000000 111001

Color Harmonies of #4DD85E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DD85E

Black with #4DD85E

Text Example


Text Example

White with #4DD85E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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