#55E58D

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

Shades of Emerald #55E58D

Tints of Emerald #55E58D

Color information

#55E58D (or 0x55E58D) is unknown color: approx Emerald. HEX triplet: 55, E5 and 8D. RGB value is (85,229,141). Sum of RGB (Red+Green+Blue) = 85+229+141=455 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.68% from 455); Green value is 229 (89.84% from 255 or 50.33% from 455); Blue value is 141 (55.47% from 255 or 30.99% from 455); Max value from RGB is 229 - color contains mainly: green. Hex color #55E58D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55E58D is #AA1A72. Grayscale: #B0B0B0. Windows color (decimal): -11147891 or 9299285. OLE color: 9299285.

HSL color Cylindrical-coordinate representation of color #55E58D: hue angle of 143.33º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #55E58D is Cyan = 0.63, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.10.

Color convert

RGB85229141-
CMYK0.6300.380.10
HSL143.33º73.47%61.57%-
HSV(B)143.33º62.88%89.8%-
XYZ36.5759.8934.83-
YUV175.91108.2963.16-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.68%
GREEN value IS 229 (89.84% from 255) = 50.33%
BLUE value IS 141 (55.47% from 255) = 30.99%
R=18.68%
G=50.33%
B=30.99%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal852291410.6300.380.10143.3373.4761.57
Hex55E58D3F026A8f493e
Octal125345215770461221711176
Binary1010101111001011000110111111101001101010100011111001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55E58D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,229,141); }

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

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

 a { background-color: rgb(85,229,141); }

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

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

 span { border-color: rgb(85,229,141); }

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