#55B063

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

Shades of Fern #55B063

Tints of Fern #55B063

Color information

#55B063 (or 0x55B063) is unknown color: approx Fern. HEX triplet: 55, B0 and 63. RGB value is (85,176,99). Sum of RGB (Red+Green+Blue) = 85+176+99=360 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.61% from 360); Green value is 176 (69.14% from 255 or 48.89% from 360); Blue value is 99 (39.06% from 255 or 27.5% from 360); Max value from RGB is 176 - color contains mainly: green. Hex color #55B063 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55B063 is #AA4F9C. Grayscale: #8C8C8C. Windows color (decimal): -11161501 or 6533205. OLE color: 6533205.

HSL color Cylindrical-coordinate representation of color #55B063: hue angle of 129.23º 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 #55B063 is Cyan = 0.52, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB8517699-
CMYK0.5200.440.31
HSL129.23º36.55%51.18%-
HSV(B)129.23º51.7%69.02%-
XYZ21.5233.8817.21-
YUV140.01104.8588.76-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.61%
GREEN value IS 176 (69.14% from 255) = 48.89%
BLUE value IS 99 (39.06% from 255) = 27.5%
R=23.61%
G=48.89%
B=27.5%

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
Decimal85176990.5200.440.31129.2336.5551.18
Hex55B0633402C1F812533
Octal12526014364054372014563
Binary101010110110000110001111010001011001111110000001100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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