#55B863

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

Shades of Fern #55B863

Tints of Fern #55B863

Color information

#55B863 (or 0x55B863) is unknown color: approx Fern. HEX triplet: 55, B8 and 63. RGB value is (85,184,99). Sum of RGB (Red+Green+Blue) = 85+184+99=368 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.10% from 368); Green value is 184 (72.27% from 255 or 50% from 368); Blue value is 99 (39.06% from 255 or 26.90% from 368); Max value from RGB is 184 - color contains mainly: green. Hex color #55B863 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55B863 is #AA479C. Grayscale: #909090. Windows color (decimal): -11159453 or 6535253. OLE color: 6535253.

HSL color Cylindrical-coordinate representation of color #55B863: hue angle of 128.48º 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 #55B863 is Cyan = 0.54, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.28.

Color convert

RGB8518499-
CMYK0.5400.460.28
HSL128.48º41.08%52.75%-
HSV(B)128.48º53.8%72.16%-
XYZ23.1437.1117.75-
YUV144.71102.285.41-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.10%
GREEN value IS 184 (72.27% from 255) = 50%
BLUE value IS 99 (39.06% from 255) = 26.90%
R=23.10%
G=50%
B=26.90%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal85184990.5400.460.28128.4841.0852.75
Hex55B8633602E1C802935
Octal12527014366056342005165
Binary101010110111000110001111011001011101110010000000101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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