#55EC7C

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

Shades of Emerald #55EC7C

Tints of Emerald #55EC7C

Color information

#55EC7C (or 0x55EC7C) is unknown color: approx Emerald. HEX triplet: 55, EC and 7C. RGB value is (85,236,124). Sum of RGB (Red+Green+Blue) = 85+236+124=445 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.10% from 445); Green value is 236 (92.58% from 255 or 53.03% from 445); Blue value is 124 (48.83% from 255 or 27.87% from 445); Max value from RGB is 236 - color contains mainly: green. Hex color #55EC7C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #55EC7C is #AA1383. Grayscale: #B2B2B2. Windows color (decimal): -11146116 or 8186965. OLE color: 8186965.

HSL color Cylindrical-coordinate representation of color #55EC7C: hue angle of 135.5º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55EC7C is Cyan = 0.64, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB85236124-
CMYK0.6400.470.07
HSL135.5º79.89%62.94%-
HSV(B)135.5º63.98%92.55%-
XYZ37.3863.3829.33-
YUV178.0897.4761.61-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.10%
GREEN value IS 236 (92.58% from 255) = 53.03%
BLUE value IS 124 (48.83% from 255) = 27.87%
R=19.10%
G=53.03%
B=27.87%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal852361240.6400.470.07135.579.8962.94
Hex55EC7C4002F787503f
Octal125354174100057720712077
Binary101010111101100111110010000000101111111100001111010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55EC7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,236,124); }

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

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

 a { background-color: rgb(85,236,124); }

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

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

 span { border-color: rgb(85,236,124); }

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