#55E98A

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

Shades of Emerald #55E98A

Tints of Emerald #55E98A

Color information

#55E98A (or 0x55E98A) is unknown color: approx Emerald. HEX triplet: 55, E9 and 8A. RGB value is (85,233,138). Sum of RGB (Red+Green+Blue) = 85+233+138=456 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.64% from 456); Green value is 233 (91.41% from 255 or 51.10% from 456); Blue value is 138 (54.30% from 255 or 30.26% from 456); Max value from RGB is 233 - color contains mainly: green. Hex color #55E98A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55E98A is #AA1675. Grayscale: #B2B2B2. Windows color (decimal): -11146870 or 9103701. OLE color: 9103701.

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

Color convert

RGB85233138-
CMYK0.6400.410.09
HSL141.49º77.08%62.35%-
HSV(B)141.49º63.52%91.37%-
XYZ37.4762.0434.05-
YUV177.92105.4761.72-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.64%
GREEN value IS 233 (91.41% from 255) = 51.10%
BLUE value IS 138 (54.30% from 255) = 30.26%
R=18.64%
G=51.10%
B=30.26%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal852331380.6400.410.09141.4977.0862.35
Hex55E98A4002998d4d3e
Octal1253512121000511121511576
Binary10101011110100110001010100000001010011001100011011001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55E98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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