#55BC64

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

Shades of Fern #55BC64

Tints of Fern #55BC64

Color information

#55BC64 (or 0x55BC64) is unknown color: approx Fern. HEX triplet: 55, BC and 64. RGB value is (85,188,100). Sum of RGB (Red+Green+Blue) = 85+188+100=373 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.79% from 373); Green value is 188 (73.83% from 255 or 50.40% from 373); Blue value is 100 (39.45% from 255 or 26.81% from 373); Max value from RGB is 188 - color contains mainly: green. Hex color #55BC64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55BC64 is #AA439B. Grayscale: #939393. Windows color (decimal): -11158428 or 6601813. OLE color: 6601813.

HSL color Cylindrical-coordinate representation of color #55BC64: hue angle of 128.74º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55BC64 is Cyan = 0.55, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.26.

Color convert

RGB85188100-
CMYK0.5500.470.26
HSL128.74º43.46%53.53%-
HSV(B)128.74º54.79%73.73%-
XYZ24.0338.8218.28-
YUV147.17101.3883.66-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.79%
GREEN value IS 188 (73.83% from 255) = 50.40%
BLUE value IS 100 (39.45% from 255) = 26.81%
R=22.79%
G=50.40%
B=26.81%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal851881000.5500.470.26128.7443.4653.53
Hex55BC643702F1A812b36
Octal12527414467057322015366
Binary101010110111100110010011011101011111101010000001101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55BC64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,188,100); }

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

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

 a { background-color: rgb(85,188,100); }

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

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

 span { border-color: rgb(85,188,100); }

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