#55ED8E

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

Shades of Emerald #55ED8E

Tints of Emerald #55ED8E

Color information

#55ED8E (or 0x55ED8E) is unknown color: approx Emerald. HEX triplet: 55, ED and 8E. RGB value is (85,237,142). Sum of RGB (Red+Green+Blue) = 85+237+142=464 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.32% from 464); Green value is 237 (92.97% from 255 or 51.08% from 464); Blue value is 142 (55.86% from 255 or 30.60% from 464); Max value from RGB is 237 - color contains mainly: green. Hex color #55ED8E is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55ED8E is #AA1271. Grayscale: #B4B4B4. Windows color (decimal): -11145842 or 9366869. OLE color: 9366869.

HSL color Cylindrical-coordinate representation of color #55ED8E: hue angle of 142.5º degrees, saturation: 0.81, 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 #55ED8E is Cyan = 0.64, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB85237142-
CMYK0.6400.400.07
HSL142.5º80.85%63.14%-
HSV(B)142.5º64.14%92.94%-
XYZ38.9164.4535.98-
YUV180.72106.1459.72-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.32%
GREEN value IS 237 (92.97% from 255) = 51.08%
BLUE value IS 142 (55.86% from 255) = 30.60%
R=18.32%
G=51.08%
B=30.60%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal852371420.6400.400.07142.580.8563.14
Hex55ED8E4002878e513f
Octal125355216100050721612177
Binary1010101111011011000111010000000101000111100011101010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55ED8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,237,142); }

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

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

 a { background-color: rgb(85,237,142); }

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

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

 span { border-color: rgb(85,237,142); }

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