#55B86B

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

Shades of Fern #55B86B

Tints of Fern #55B86B

Color information

#55B86B (or 0x55B86B) is unknown color: approx Fern. HEX triplet: 55, B8 and 6B. RGB value is (85,184,107). Sum of RGB (Red+Green+Blue) = 85+184+107=376 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.61% from 376); Green value is 184 (72.27% from 255 or 48.94% from 376); Blue value is 107 (42.19% from 255 or 28.46% from 376); Max value from RGB is 184 - color contains mainly: green. Hex color #55B86B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55B86B is #AA4794. Grayscale: #919191. Windows color (decimal): -11159445 or 7059541. OLE color: 7059541.

HSL color Cylindrical-coordinate representation of color #55B86B: hue angle of 133.33º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #55B86B is Cyan = 0.54, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.28.

Color convert

RGB85184107-
CMYK0.5400.420.28
HSL133.33º41.08%52.75%-
HSV(B)133.33º53.8%72.16%-
XYZ23.5437.2719.86-
YUV145.62106.284.76-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.61%
GREEN value IS 184 (72.27% from 255) = 48.94%
BLUE value IS 107 (42.19% from 255) = 28.46%
R=22.61%
G=48.94%
B=28.46%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal851841070.5400.420.28133.3341.0852.75
Hex55B86B3602A1C852935
Octal12527015366052342055165
Binary101010110111000110101111011001010101110010000101101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B86B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,184,107); }

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

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

 a { background-color: rgb(85,184,107); }

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

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

 span { border-color: rgb(85,184,107); }

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