Html Css Color HEX #4DD685 Emerald

📋 copy color: '#4DD685'

red 77 ◦ green 214 ◦ blue 133

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

Shades of Emerald #4DD685

Tints of Emerald #4DD685

RGB

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

 GREEN value IS 214 (83.98% from 255) = 50.47%

 BLUE value IS 133 (52.34% from 255) = 31.37%

R = 18.16%
G = 50.47%
B = 31.37%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#4DD685 (or 0x4DD685) is known color: Emerald. HEX triplet: 4D, D6 and 85. RGB value is (77,214,133). Sum of RGB (Red+Green+Blue) = 77+214+133=424 (56% of max value = 765). Red value is 77 (30.47% from 255 or 18.16% from 424); Green value is 214 (83.98% from 255 or 50.47% from 424); Blue value is 133 (52.34% from 255 or 31.37% from 424); Max value from RGB is 214 - color contains mainly: green. Hex color #4DD685 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DD685 is #B2297A. Grayscale: #A3A3A3. Windows color (decimal): -11676027 or 8771149. OLE color: 8771149.

HSL color Cylindrical-coordinate representation of color #4DD685: hue angle of 144.53º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4DD685 is Cyan = 0.64, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB 77 214 133 -
CMYK 0.64 0 0.38 0.16
HSL 144.53º 0.63% 0.57% -
HSV(B) 144.53º 0.64% 0.84% -
XYZ 31.34 51.36 30.45 -
YUV 163.8 110.61 66.09 -
System Red Green Blue C M Y K H S L
Decimal 77 214 133 0.64 0 0.38 0.16 144.53 0.63 0.57
Hex 4D D6 85 40 0 26 10 91 3F 39
Octal 115 326 205 100 0 46 20 221 77 71
Binary 1001101 11010110 10000101 1000000 0 100110 10000 10010001 111111 111001

Color Harmonies of #4DD685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DD685

Black with #4DD685

Text Example


Text Example

White with #4DD685

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,214,133); }

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

background-color css

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

 a { background-color: rgb(77,214,133); }

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

border-color css

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

 span { border-color: rgb(77,214,133); }

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