#55C677

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

Shades of Emerald #55C677

Tints of Emerald #55C677

Color information

#55C677 (or 0x55C677) is unknown color: approx Emerald. HEX triplet: 55, C6 and 77. RGB value is (85,198,119). Sum of RGB (Red+Green+Blue) = 85+198+119=402 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.14% from 402); Green value is 198 (77.73% from 255 or 49.25% from 402); Blue value is 119 (46.88% from 255 or 29.60% from 402); Max value from RGB is 198 - color contains mainly: green. Hex color #55C677 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C677 is #AA3988. Grayscale: #9B9B9B. Windows color (decimal): -11155849 or 7849557. OLE color: 7849557.

HSL color Cylindrical-coordinate representation of color #55C677: hue angle of 138.05º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55C677 is Cyan = 0.57, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.22.

Color convert

RGB85198119-
CMYK0.5700.400.22
HSL138.05º49.78%55.49%-
HSV(B)138.05º57.07%77.65%-
XYZ27.2743.6524.44-
YUV155.21107.5677.92-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.14%
GREEN value IS 198 (77.73% from 255) = 49.25%
BLUE value IS 119 (46.88% from 255) = 29.60%
R=21.14%
G=49.25%
B=29.60%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal851981190.5700.400.22138.0549.7855.49
Hex55C67739028168a3237
Octal12530616771050262126267
Binary101010111000110111011111100101010001011010001010110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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