#55BB5D

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

Shades of Fern #55BB5D

Tints of Fern #55BB5D

Color information

#55BB5D (or 0x55BB5D) is unknown color: approx Fern. HEX triplet: 55, BB and 5D. RGB value is (85,187,93). Sum of RGB (Red+Green+Blue) = 85+187+93=365 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.29% from 365); Green value is 187 (73.44% from 255 or 51.23% from 365); Blue value is 93 (36.72% from 255 or 25.48% from 365); Max value from RGB is 187 - color contains mainly: green. Hex color #55BB5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55BB5D is #AA44A2. Grayscale: #929292. Windows color (decimal): -11158691 or 6142805. OLE color: 6142805.

HSL color Cylindrical-coordinate representation of color #55BB5D: hue angle of 124.71º 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 #55BB5D is Cyan = 0.55, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB8518793-
CMYK0.5500.500.27
HSL124.71º42.86%53.33%-
HSV(B)124.71º54.55%73.33%-
XYZ23.4938.2616.5-
YUV145.7998.2184.64-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.29%
GREEN value IS 187 (73.44% from 255) = 51.23%
BLUE value IS 93 (36.72% from 255) = 25.48%
R=23.29%
G=51.23%
B=25.48%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal85187930.5500.500.27124.7142.8653.33
Hex55BB5D370321B7d2b35
Octal12527313567062331755365
Binary10101011011101110111011101110110010110111111101101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55BB5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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