#55E785

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

Shades of Emerald #55E785

Tints of Emerald #55E785

Color information

#55E785 (or 0x55E785) is unknown color: approx Emerald. HEX triplet: 55, E7 and 85. RGB value is (85,231,133). Sum of RGB (Red+Green+Blue) = 85+231+133=449 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.93% from 449); Green value is 231 (90.62% from 255 or 51.45% from 449); Blue value is 133 (52.34% from 255 or 29.62% from 449); Max value from RGB is 231 - color contains mainly: green. Hex color #55E785 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55E785 is #AA187A. Grayscale: #B0B0B0. Windows color (decimal): -11147387 or 8775509. OLE color: 8775509.

HSL color Cylindrical-coordinate representation of color #55E785: hue angle of 139.73º 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 #55E785 is Cyan = 0.63, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.09.

Color convert

RGB85231133-
CMYK0.6300.420.09
HSL139.73º75.26%61.96%-
HSV(B)139.73º63.2%90.59%-
XYZ36.5660.7831.99-
YUV176.17103.6362.97-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.93%
GREEN value IS 231 (90.62% from 255) = 51.45%
BLUE value IS 133 (52.34% from 255) = 29.62%
R=18.93%
G=51.45%
B=29.62%

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
Decimal852311330.6300.420.09139.7375.2661.96
Hex55E7853F02A98c4b3e
Octal125347205770521121411376
Binary1010101111001111000010111111101010101001100011001001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55E785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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