#55CD77

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

Shades of Emerald #55CD77

Tints of Emerald #55CD77

Color information

#55CD77 (or 0x55CD77) is unknown color: approx Emerald. HEX triplet: 55, CD and 77. RGB value is (85,205,119). Sum of RGB (Red+Green+Blue) = 85+205+119=409 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.78% from 409); Green value is 205 (80.47% from 255 or 50.12% from 409); Blue value is 119 (46.88% from 255 or 29.10% from 409); Max value from RGB is 205 - color contains mainly: green. Hex color #55CD77 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55CD77 is #AA3288. Grayscale: #9F9F9F. Windows color (decimal): -11154057 or 7851349. OLE color: 7851349.

HSL color Cylindrical-coordinate representation of color #55CD77: hue angle of 137º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55CD77 is Cyan = 0.59, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB85205119-
CMYK0.5900.420.20
HSL137º54.55%56.86%-
HSV(B)137º58.54%80.39%-
XYZ28.9146.9324.99-
YUV159.32105.2474.99-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.78%
GREEN value IS 205 (80.47% from 255) = 50.12%
BLUE value IS 119 (46.88% from 255) = 29.10%
R=20.78%
G=50.12%
B=29.10%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal852051190.5900.420.2013754.5556.86
Hex55CD773B02A14893739
Octal12531516773052242116771
Binary101010111001101111011111101101010101010010001001110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55CD77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,205,119); }

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

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

 a { background-color: rgb(85,205,119); }

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

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

 span { border-color: rgb(85,205,119); }

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