Html Css Color HEX #4DBB80 Emerald

📋 copy color: '#4DBB80'

red 77 ◦ green 187 ◦ blue 128

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

Shades of Emerald #4DBB80

Tints of Emerald #4DBB80

RGB

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

 GREEN value IS 187 (73.44% from 255) = 47.7%

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

R = 19.64%
G = 47.7%
B = 32.65%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#4DBB80 (or 0x4DBB80) is known color: Emerald. HEX triplet: 4D, BB and 80. RGB value is (77,187,128). Sum of RGB (Red+Green+Blue) = 77+187+128=392 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.64% from 392); Green value is 187 (73.44% from 255 or 47.70% from 392); Blue value is 128 (50.39% from 255 or 32.65% from 392); Max value from RGB is 187 - color contains mainly: green. Hex color #4DBB80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DBB80 is #B2447F. Grayscale: #939393. Windows color (decimal): -11682944 or 8436557. OLE color: 8436557.

HSL color Cylindrical-coordinate representation of color #4DBB80: hue angle of 147.82º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4DBB80 is Cyan = 0.59, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB 77 187 128 -
CMYK 0.59 0 0.32 0.27
HSL 147.82º 0.45% 0.52% -
HSV(B) 147.82º 0.59% 0.73% -
XYZ 24.73 38.68 26.58 -
YUV 147.38 117.06 77.8 -
System Red Green Blue C M Y K H S L
Decimal 77 187 128 0.59 0 0.32 0.27 147.82 0.45 0.52
Hex 4D BB 80 3B 0 20 1B 94 2D 34
Octal 115 273 200 73 0 40 33 224 55 64
Binary 1001101 10111011 10000000 111011 0 100000 11011 10010100 101101 110100

Color Harmonies of #4DBB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DBB80

Black with #4DBB80

Text Example


Text Example

White with #4DBB80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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