#55E98B

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

Shades of Emerald #55E98B

Tints of Emerald #55E98B

Color information

#55E98B (or 0x55E98B) is unknown color: approx Emerald. HEX triplet: 55, E9 and 8B. RGB value is (85,233,139). Sum of RGB (Red+Green+Blue) = 85+233+139=457 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.60% from 457); Green value is 233 (91.41% from 255 or 50.98% from 457); Blue value is 139 (54.69% from 255 or 30.42% from 457); Max value from RGB is 233 - color contains mainly: green. Hex color #55E98B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55E98B is #AA1674. Grayscale: #B2B2B2. Windows color (decimal): -11146869 or 9169237. OLE color: 9169237.

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

Color convert

RGB85233139-
CMYK0.6400.400.09
HSL141.89º77.08%62.35%-
HSV(B)141.89º63.52%91.37%-
XYZ37.5562.0734.43-
YUV178.03105.9761.64-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.60%
GREEN value IS 233 (91.41% from 255) = 50.98%
BLUE value IS 139 (54.69% from 255) = 30.42%
R=18.60%
G=50.98%
B=30.42%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal852331390.6400.400.09141.8977.0862.35
Hex55E98B4002898e4d3e
Octal1253512131000501121611576
Binary10101011110100110001011100000001010001001100011101001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55E98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,233,139); }

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

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

 a { background-color: rgb(85,233,139); }

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

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

 span { border-color: rgb(85,233,139); }

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