#55C887

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

Shades of Emerald #55C887

Tints of Emerald #55C887

Color information

#55C887 (or 0x55C887) is unknown color: approx Emerald. HEX triplet: 55, C8 and 87. RGB value is (85,200,135). Sum of RGB (Red+Green+Blue) = 85+200+135=420 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.24% from 420); Green value is 200 (78.52% from 255 or 47.62% from 420); Blue value is 135 (53.12% from 255 or 32.14% from 420); Max value from RGB is 200 - color contains mainly: green. Hex color #55C887 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C887 is #AA3778. Grayscale: #9E9E9E. Windows color (decimal): -11155321 or 8898645. OLE color: 8898645.

HSL color Cylindrical-coordinate representation of color #55C887: hue angle of 146.09º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55C887 is Cyan = 0.58, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.

Color convert

RGB85200135-
CMYK0.5800.320.22
HSL146.09º51.11%55.88%-
HSV(B)146.09º57.5%78.43%-
XYZ28.7744.9930.09-
YUV158.2114.975.79-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.24%
GREEN value IS 200 (78.52% from 255) = 47.62%
BLUE value IS 135 (53.12% from 255) = 32.14%
R=20.24%
G=47.62%
B=32.14%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal852001350.5800.320.22146.0951.1155.88
Hex55C8873A02016923338
Octal12531020772040262226370
Binary1010101110010001000011111101001000001011010010010110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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