#55e389

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

Shades of Emerald #55E389

Tints of Emerald #55E389

Color information

#55E389 (or 0x55E389) is unknown color: approx Emerald. HEX triplet: 55, E3 and 89. RGB value is (85,227,137). Sum of RGB (Red+Green+Blue) = 85+227+137=449 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.93% from 449); Green value is 227 (89.06% from 255 or 50.56% from 449); Blue value is 137 (53.91% from 255 or 30.51% from 449); Max value from RGB is 227 - color contains mainly: green. Hex color #55E389 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55E389 is #AA1C76. Grayscale: #AEAEAE. Windows color (decimal): -11148407 or 9036629. OLE color: 9036629.

HSL color Cylindrical-coordinate representation of color #55E389: hue angle of 141.97º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #55E389 is Cyan = 0.63, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.11.

Color convert

RGB85227137-
CMYK0.6300.400.11
HSL141.97º71.72%61.18%-
HSV(B)141.97º62.56%89.02%-
XYZ35.7358.6833.11-
YUV174.28106.9664.32-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.93%
GREEN value IS 227 (89.06% from 255) = 50.56%
BLUE value IS 137 (53.91% from 255) = 30.51%
R=18.93%
G=50.56%
B=30.51%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal852271370.6300.400.11141.9771.7261.18
Hex55E3893F028B8e483d
Octal125343211770501321611075
Binary1010101111000111000100111111101010001011100011101001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55e389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,227,137); }

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

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

 a { background-color: rgb(85,227,137); }

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

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

 span { border-color: rgb(85,227,137); }

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