#55C66C

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

Shades of Emerald #55C66C

Tints of Emerald #55C66C

Color information

#55C66C (or 0x55C66C) is unknown color: approx Emerald. HEX triplet: 55, C6 and 6C. RGB value is (85,198,108). Sum of RGB (Red+Green+Blue) = 85+198+108=391 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.74% from 391); Green value is 198 (77.73% from 255 or 50.64% from 391); Blue value is 108 (42.58% from 255 or 27.62% from 391); Max value from RGB is 198 - color contains mainly: green. Hex color #55C66C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C66C is #AA3993. Grayscale: #9A9A9A. Windows color (decimal): -11155860 or 7128661. OLE color: 7128661.

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

Color convert

RGB85198108-
CMYK0.5700.450.22
HSL132.21º49.78%55.49%-
HSV(B)132.21º57.07%77.65%-
XYZ26.6543.421.16-
YUV153.95102.0678.82-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.74%
GREEN value IS 198 (77.73% from 255) = 50.64%
BLUE value IS 108 (42.58% from 255) = 27.62%
R=21.74%
G=50.64%
B=27.62%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal851981080.5700.450.22132.2149.7855.49
Hex55C66C3902D16843237
Octal12530615471055262046267
Binary101010111000110110110011100101011011011010000100110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C66C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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