#55D18D

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

Shades of Emerald #55D18D

Tints of Emerald #55D18D

Color information

#55D18D (or 0x55D18D) is unknown color: approx Emerald. HEX triplet: 55, D1 and 8D. RGB value is (85,209,141). Sum of RGB (Red+Green+Blue) = 85+209+141=435 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.54% from 435); Green value is 209 (82.03% from 255 or 48.05% from 435); Blue value is 141 (55.47% from 255 or 32.41% from 435); Max value from RGB is 209 - color contains mainly: green. Hex color #55D18D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55D18D is #AA2E72. Grayscale: #A4A4A4. Windows color (decimal): -11153011 or 9294165. OLE color: 9294165.

HSL color Cylindrical-coordinate representation of color #55D18D: hue angle of 147.1º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55D18D is Cyan = 0.59, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB85209141-
CMYK0.5900.330.18
HSL147.1º57.41%57.65%-
HSV(B)147.1º59.33%81.96%-
XYZ31.3549.4633.09-
YUV164.17114.9271.53-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.54%
GREEN value IS 209 (82.03% from 255) = 48.05%
BLUE value IS 141 (55.47% from 255) = 32.41%
R=19.54%
G=48.05%
B=32.41%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal852091410.5900.330.18147.157.4157.65
Hex55D18D3B0211293393a
Octal12532121573041222237172
Binary1010101110100011000110111101101000011001010010011111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55D18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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