#4EBB85

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

Shades of Emerald #4EBB85

Tints of Emerald #4EBB85

Color information

#4EBB85 (or 0x4EBB85) is unknown color: approx Emerald. HEX triplet: 4E, BB and 85. RGB value is (78,187,133). Sum of RGB (Red+Green+Blue) = 78+187+133=398 (52% of max value = 765). Red value is 78 (30.86% from 255 or 19.60% from 398); Green value is 187 (73.44% from 255 or 46.98% from 398); Blue value is 133 (52.34% from 255 or 33.42% from 398); Max value from RGB is 187 - color contains mainly: green. Hex color #4EBB85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EBB85 is #B1447A. Grayscale: #949494. Windows color (decimal): -11617403 or 8764238. OLE color: 8764238.

HSL color Cylindrical-coordinate representation of color #4EBB85: hue angle of 150.28º 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 #4EBB85 is Cyan = 0.58, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.27.

Color convert

RGB78187133-
CMYK0.5800.290.27
HSL150.28º44.49%51.96%-
HSV(B)150.28º58.29%73.33%-
XYZ25.1538.8528.36-
YUV148.25119.3977.89-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 19.60%
GREEN value IS 187 (73.44% from 255) = 46.98%
BLUE value IS 133 (52.34% from 255) = 33.42%
R=19.60%
G=46.98%
B=33.42%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal781871330.5800.290.27150.2844.4951.96
Hex4EBB853A01D1B962c34
Octal11627320572035332265464
Binary100111010111011100001011110100111011101110010110101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EBB85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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