#55BB60

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

Shades of Fern #55BB60

Tints of Fern #55BB60

Color information

#55BB60 (or 0x55BB60) is unknown color: approx Fern. HEX triplet: 55, BB and 60. RGB value is (85,187,96). Sum of RGB (Red+Green+Blue) = 85+187+96=368 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.10% from 368); Green value is 187 (73.44% from 255 or 50.82% from 368); Blue value is 96 (37.89% from 255 or 26.09% from 368); Max value from RGB is 187 - color contains mainly: green. Hex color #55BB60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55BB60 is #AA449F. Grayscale: #929292. Windows color (decimal): -11158688 or 6339413. OLE color: 6339413.

HSL color Cylindrical-coordinate representation of color #55BB60: hue angle of 126.47º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55BB60 is Cyan = 0.55, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB8518796-
CMYK0.5500.490.27
HSL126.47º42.86%53.33%-
HSV(B)126.47º54.55%73.33%-
XYZ23.6338.3217.22-
YUV146.1399.7184.4-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.10%
GREEN value IS 187 (73.44% from 255) = 50.82%
BLUE value IS 96 (37.89% from 255) = 26.09%
R=23.10%
G=50.82%
B=26.09%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal85187960.5500.490.27126.4742.8653.33
Hex55BB60370311B7e2b35
Octal12527314067061331765365
Binary10101011011101111000001101110110001110111111110101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55BB60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,187,96); }

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

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

 a { background-color: rgb(85,187,96); }

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

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

 span { border-color: rgb(85,187,96); }

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