#55B663

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

Shades of Fern #55B663

Tints of Fern #55B663

Color information

#55B663 (or 0x55B663) is unknown color: approx Fern. HEX triplet: 55, B6 and 63. RGB value is (85,182,99). Sum of RGB (Red+Green+Blue) = 85+182+99=366 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.22% from 366); Green value is 182 (71.48% from 255 or 49.73% from 366); Blue value is 99 (39.06% from 255 or 27.05% from 366); Max value from RGB is 182 - color contains mainly: green. Hex color #55B663 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55B663 is #AA499C. Grayscale: #8F8F8F. Windows color (decimal): -11159965 or 6534741. OLE color: 6534741.

HSL color Cylindrical-coordinate representation of color #55B663: hue angle of 128.66º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #55B663 is Cyan = 0.53, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.29.

Color convert

RGB8518299-
CMYK0.5300.460.29
HSL128.66º39.92%52.35%-
HSV(B)128.66º53.3%71.37%-
XYZ22.7336.2917.61-
YUV143.54102.8686.25-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.22%
GREEN value IS 182 (71.48% from 255) = 49.73%
BLUE value IS 99 (39.06% from 255) = 27.05%
R=23.22%
G=49.73%
B=27.05%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal85182990.5300.460.29128.6639.9252.35
Hex55B6633502E1D812834
Octal12526614365056352015064
Binary101010110110110110001111010101011101110110000001101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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