#4EBB80

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

Shades of Emerald #4EBB80

Tints of Emerald #4EBB80

Color information

#4EBB80 (or 0x4EBB80) is unknown color: approx Emerald. HEX triplet: 4E, BB and 80. RGB value is (78,187,128). Sum of RGB (Red+Green+Blue) = 78+187+128=393 (52% of max value = 765). Red value is 78 (30.86% from 255 or 19.85% from 393); Green value is 187 (73.44% from 255 or 47.58% from 393); Blue value is 128 (50.39% from 255 or 32.57% from 393); Max value from RGB is 187 - color contains mainly: green. Hex color #4EBB80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EBB80 is #B1447F. Grayscale: #939393. Windows color (decimal): -11617408 or 8436558. OLE color: 8436558.

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

Color convert

RGB78187128-
CMYK0.5800.320.27
HSL147.52º44.49%51.96%-
HSV(B)147.52º58.29%73.33%-
XYZ24.8138.7226.59-
YUV147.68116.8978.3-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 19.85%
GREEN value IS 187 (73.44% from 255) = 47.58%
BLUE value IS 128 (50.39% from 255) = 32.57%
R=19.85%
G=47.58%
B=32.57%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal781871280.5800.320.27147.5244.4951.96
Hex4EBB803A0201B942c34
Octal11627320072040332245464
Binary1001110101110111000000011101001000001101110010100101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EBB80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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