#55E786

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

Shades of Emerald #55E786

Tints of Emerald #55E786

Color information

#55E786 (or 0x55E786) is unknown color: approx Emerald. HEX triplet: 55, E7 and 86. RGB value is (85,231,134). Sum of RGB (Red+Green+Blue) = 85+231+134=450 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.89% from 450); Green value is 231 (90.62% from 255 or 51.33% from 450); Blue value is 134 (52.73% from 255 or 29.78% from 450); Max value from RGB is 231 - color contains mainly: green. Hex color #55E786 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55E786 is #AA1879. Grayscale: #B0B0B0. Windows color (decimal): -11147386 or 8841045. OLE color: 8841045.

HSL color Cylindrical-coordinate representation of color #55E786: hue angle of 140.14º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #55E786 is Cyan = 0.63, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.09.

Color convert

RGB85231134-
CMYK0.6300.420.09
HSL140.14º75.26%61.96%-
HSV(B)140.14º63.2%90.59%-
XYZ36.6360.832.36-
YUV176.29104.1362.89-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.89%
GREEN value IS 231 (90.62% from 255) = 51.33%
BLUE value IS 134 (52.73% from 255) = 29.78%
R=18.89%
G=51.33%
B=29.78%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal852311340.6300.420.09140.1475.2661.96
Hex55E7863F02A98c4b3e
Octal125347206770521121411376
Binary1010101111001111000011011111101010101001100011001001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55E786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55E786; }

 p { color: rgb(85,231,134); }

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

<style>
 a { background-color: #55E786; }

 a { background-color: rgb(85,231,134); }

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

<style>
 span { border-color: #55E786; }

 span { border-color: rgb(85,231,134); }

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