#55C885

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

Shades of Emerald #55C885

Tints of Emerald #55C885

Color information

#55C885 (or 0x55C885) is unknown color: approx Emerald. HEX triplet: 55, C8 and 85. RGB value is (85,200,133). Sum of RGB (Red+Green+Blue) = 85+200+133=418 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.33% from 418); Green value is 200 (78.52% from 255 or 47.85% from 418); Blue value is 133 (52.34% from 255 or 31.82% from 418); Max value from RGB is 200 - color contains mainly: green. Hex color #55C885 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C885 is #AA377A. Grayscale: #9E9E9E. Windows color (decimal): -11155323 or 8767573. OLE color: 8767573.

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

Color convert

RGB85200133-
CMYK0.5800.340.22
HSL145.04º51.11%55.88%-
HSV(B)145.04º57.5%78.43%-
XYZ28.6344.9329.35-
YUV157.98113.975.95-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.33%
GREEN value IS 200 (78.52% from 255) = 47.85%
BLUE value IS 133 (52.34% from 255) = 31.82%
R=20.33%
G=47.85%
B=31.82%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal852001330.5800.340.22145.0451.1155.88
Hex55C8853A02216913338
Octal12531020572042262216370
Binary1010101110010001000010111101001000101011010010001110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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