#55C387

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

Shades of Emerald #55C387

Tints of Emerald #55C387

Color information

#55C387 (or 0x55C387) is unknown color: approx Emerald. HEX triplet: 55, C3 and 87. RGB value is (85,195,135). Sum of RGB (Red+Green+Blue) = 85+195+135=415 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.48% from 415); Green value is 195 (76.56% from 255 or 46.99% from 415); Blue value is 135 (53.12% from 255 or 32.53% from 415); Max value from RGB is 195 - color contains mainly: green. Hex color #55C387 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C387 is #AA3C78. Grayscale: #9B9B9B. Windows color (decimal): -11156601 or 8897365. OLE color: 8897365.

HSL color Cylindrical-coordinate representation of color #55C387: hue angle of 147.27º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #55C387 is Cyan = 0.56, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB85195135-
CMYK0.5600.310.24
HSL147.27º47.83%54.9%-
HSV(B)147.27º56.41%76.47%-
XYZ27.6342.7129.71-
YUV155.27116.5677.88-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.48%
GREEN value IS 195 (76.56% from 255) = 46.99%
BLUE value IS 135 (53.12% from 255) = 32.53%
R=20.48%
G=46.99%
B=32.53%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal851951350.5600.310.24147.2747.8354.9
Hex55C3873801F18933037
Octal12530320770037302236067
Binary101010111000011100001111110000111111100010010011110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,195,135); }

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

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

 a { background-color: rgb(85,195,135); }

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

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

 span { border-color: rgb(85,195,135); }

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