#55BB5E

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

Shades of Fern #55BB5E

Tints of Fern #55BB5E

Color information

#55BB5E (or 0x55BB5E) is unknown color: approx Fern. HEX triplet: 55, BB and 5E. RGB value is (85,187,94). Sum of RGB (Red+Green+Blue) = 85+187+94=366 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.22% from 366); Green value is 187 (73.44% from 255 or 51.09% from 366); Blue value is 94 (37.11% from 255 or 25.68% from 366); Max value from RGB is 187 - color contains mainly: green. Hex color #55BB5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55BB5E is #AA44A1. Grayscale: #929292. Windows color (decimal): -11158690 or 6208341. OLE color: 6208341.

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

Color convert

RGB8518794-
CMYK0.5500.500.27
HSL125.29º42.86%53.33%-
HSV(B)125.29º54.55%73.33%-
XYZ23.5438.2816.74-
YUV145.998.7184.56-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.22%
GREEN value IS 187 (73.44% from 255) = 51.09%
BLUE value IS 94 (37.11% from 255) = 25.68%
R=23.22%
G=51.09%
B=25.68%

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
Decimal85187940.5500.500.27125.2942.8653.33
Hex55BB5E370321B7d2b35
Octal12527313667062331755365
Binary10101011011101110111101101110110010110111111101101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55BB5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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