#55D18A

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

Shades of Emerald #55D18A

Tints of Emerald #55D18A

Color information

#55D18A (or 0x55D18A) is unknown color: approx Emerald. HEX triplet: 55, D1 and 8A. RGB value is (85,209,138). Sum of RGB (Red+Green+Blue) = 85+209+138=432 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.68% from 432); Green value is 209 (82.03% from 255 or 48.38% from 432); Blue value is 138 (54.30% from 255 or 31.94% from 432); Max value from RGB is 209 - color contains mainly: green. Hex color #55D18A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55D18A is #AA2E75. Grayscale: #A3A3A3. Windows color (decimal): -11153014 or 9097557. OLE color: 9097557.

HSL color Cylindrical-coordinate representation of color #55D18A: hue angle of 145.65º 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 #55D18A is Cyan = 0.59, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB85209138-
CMYK0.5900.340.18
HSL145.65º57.41%57.65%-
HSV(B)145.65º59.33%81.96%-
XYZ31.1349.3731.93-
YUV163.83113.4271.77-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.68%
GREEN value IS 209 (82.03% from 255) = 48.38%
BLUE value IS 138 (54.30% from 255) = 31.94%
R=19.68%
G=48.38%
B=31.94%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal852091380.5900.340.18145.6557.4157.65
Hex55D18A3B0221292393a
Octal12532121273042222227172
Binary1010101110100011000101011101101000101001010010010111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55D18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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