#4DBA82

Color #4DBA82 Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #4DBA82

Tints of Emerald #4DBA82

Color information

#4DBA82 (or 0x4DBA82) is unknown color: approx Emerald. HEX triplet: 4D, BA and 82. RGB value is (77,186,130). Sum of RGB (Red+Green+Blue) = 77+186+130=393 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.59% from 393); Green value is 186 (73.05% from 255 or 47.33% from 393); Blue value is 130 (51.17% from 255 or 33.08% from 393); Max value from RGB is 186 - color contains mainly: green. Hex color #4DBA82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DBA82 is #B2457D. Grayscale: #939393. Windows color (decimal): -11683198 or 8567373. OLE color: 8567373.

HSL color Cylindrical-coordinate representation of color #4DBA82: hue angle of 149.17º degrees, saturation: 0.44, 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 #4DBA82 is Cyan = 0.59, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB77186130-
CMYK0.5900.300.27
HSL149.17º44.13%51.57%-
HSV(B)149.17º58.6%72.94%-
XYZ24.6538.3127.21-
YUV147.02118.3978.05-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 19.59%
GREEN value IS 186 (73.05% from 255) = 47.33%
BLUE value IS 130 (51.17% from 255) = 33.08%
R=19.59%
G=47.33%
B=33.08%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal771861300.5900.300.27149.1744.1351.57
Hex4DBA823B01E1B952c34
Octal11527220273036332255464
Binary100110110111010100000101110110111101101110010101101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DBA82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,186,130); }

 H1.HeaderClassName
 {
   color: #4DBA82;
 }
 .AnyTagClassName
 {
   color: #4DBA82;
 }
</style>
background-color css

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

 a { background-color: rgb(77,186,130); }

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

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

 span { border-color: rgb(77,186,130); }

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