#55B163

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

Shades of Fern #55B163

Tints of Fern #55B163

Color information

#55B163 (or 0x55B163) is unknown color: approx Fern. HEX triplet: 55, B1 and 63. RGB value is (85,177,99). Sum of RGB (Red+Green+Blue) = 85+177+99=361 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.55% from 361); Green value is 177 (69.53% from 255 or 49.03% from 361); Blue value is 99 (39.06% from 255 or 27.42% from 361); Max value from RGB is 177 - color contains mainly: green. Hex color #55B163 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55B163 is #AA4E9C. Grayscale: #8C8C8C. Windows color (decimal): -11161245 or 6533461. OLE color: 6533461.

HSL color Cylindrical-coordinate representation of color #55B163: hue angle of 129.13º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #55B163 is Cyan = 0.52, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB8517799-
CMYK0.5200.440.31
HSL129.13º37.1%51.37%-
HSV(B)129.13º51.98%69.41%-
XYZ21.7234.2817.28-
YUV140.6104.5288.34-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.55%
GREEN value IS 177 (69.53% from 255) = 49.03%
BLUE value IS 99 (39.06% from 255) = 27.42%
R=23.55%
G=49.03%
B=27.42%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal85177990.5200.440.31129.1337.151.37
Hex55B1633402C1F812533
Octal12526114364054372014563
Binary101010110110001110001111010001011001111110000001100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,177,99); }

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

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

 a { background-color: rgb(85,177,99); }

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

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

 span { border-color: rgb(85,177,99); }

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